To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????[k | 001111110011111100111111001111110101101101101011 | 3f3f3f3f5b6b |
SJIS-WIN | 鶯辞煆質[k | 11101001111100101000111010101011111110110101011010001110101111110101101101101011 | e9f28eabfb568ebf5b6b |
EUC-JP | 鶯辞煆質[k | 1111001011110100101111001010110110001111110010011111010010111100110000010101101101101011 | f2f4bcad8fc9f4bcc15b6b |
UTF-8 | 鶯辞煆質[k | 1110100110110110101011111110100010111110100111101110011110000101100001101110100010110011101010100101101101101011 | e9b6afe8be9ee78586e8b3aa5b6b |
UHC | 鶯??質[k | 1110010110100011001111110011111111110010111101010101101101101011 | e5a33f3ff2f55b6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)