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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ???姨??B | 0011111100111111001111111001101101001000001111110011111101000010 | 3f3f3f9b483f3f42 |
EUC-JP | ???姨??B | 0011111100111111001111111101010110101001001111110011111101000010 | 3f3f3fd5a93f3f42 |
UTF-8 | 淋꾩㎛姨뚯괜B | 11101111101001111011010111101010101111101010100111100011100011101001101111100101101001111010100011101011100110101010111111101010101101001001110001000010 | efa7b5eabea9e38e9be5a7a8eb9aafeab49c42 |
UHC | 淋꾩㎛姨뚯괜B | 11101100111110001000010011101100101001111010110111101100101010011000110011101100101100011010011001000010 | ecf884eca7adeca98cecb1a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)