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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??諡 | 00111111001111111110011010001011 | 3f3fe68b |
EUC-JP | ??諡 | 00111111001111111110101111101011 | 3f3febeb |
UTF-8 | 뜘읰諡 | 111010111001110010011000111011001001110110110000111010001010101110100001 | eb9c98ec9db0e8aba1 |
UHC | 뜘읰諡 | 100011011001101110011111110101101110001111001101 | 8d9b9fd6e3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)