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 | 001111110011111110010010101000100011111100111111100100101010001001000010 | 3f3f92a23f3f92a242 |
EUC-JP | ??弔??弔B | 001111110011111111000100101001000011111100111111110001001010010001000010 | 3f3fc4a43f3fc4a442 |
UTF-8 | 롅롆弔롅롆弔B | 11101011101000011000010111101011101000011000011011100101101111001001010011101011101000011000010111101011101000011000011011100101101111001001010001000010 | eba185eba186e5bc94eba185eba186e5bc9442 |
UHC | 롅롆弔롅롆弔B | 10001110110010111000111011001100111100001100000010001110110010111000111011001100111100001100000001000010 | 8ecb8eccf0c08ecb8eccf0c042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)