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 | 0011111100111111001111110011111100111111100011011100011001000010 | 3f3f3f3f3f8dc642 |
EUC-JP | ?????哉B | 0011111100111111001111110011111100111111101110101100100001000010 | 3f3f3f3f3fbac842 |
UTF-8 | 렱렚샷렱렚哉B | 11101011101000001011000111101011101000001001101011101100100000111011011111101011101000001011000111101011101000001001101011100101100100111000100101000010 | eba0b1eba09aec83b7eba0b1eba09ae5938942 |
UHC | 렱렚샷렱렚哉B | 10001110101111101000111010101101101111001010011010001110101111101000111010101101111011101010001101000010 | 8ebe8eadbca68ebe8eadeea342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)