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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 롒栒롙롒栒롙^ | 11101011101000011001001011100110101000001001001011101011101000011001100111101011101000011001001011100110101000001001001011101011101000011001100101011110 | eba192e6a092eba199eba192e6a092eba1995e |
UHC | 롒栒롙롒栒롙^ | 10001110110101111110001011100011100011101101110110001110110101111110001011100011100011101101110101011110 | 8ed7e2e38edd8ed7e2e38edd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)