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 | 襠主茜 | 111001011111101110001110111001011000100010101001 | e5fb8ee588a9 |
EUC-JP | 襠主茜 | 111010101111110110111100111001111011000010101011 | eafdbce7b0ab |
UTF-8 | 襠主茜 | 111010001010010110100000111001001011100010111011111010001000110010011100 | e8a5a0e4b8bbe88c9c |
UHC | ?主? | 00111111111100011010101100111111 | 3ff1ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)