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 | ììµ[ | 11101100100001101001000011101100100000111011010101011011 | ec8690ec83b55b |
SJIS-WIN | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
EUC-JP | ì??ì??[ | 1000111110101011110000000011111100111111100011111010101111000000001111110011111101011011 | 8fabc03f3f8fabc03f3f5b |
UTF-8 | ììµ[ | 11000011101011001100001010000110110000101001000011000011101011001100001010000011110000101011010101011011 | c3acc286c290c3acc283c2b55b |
UHC | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)