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 | ?頭? | 00111111100100111010101000111111 | 3f93aa3f |
EUC-JP | 塡頭? | 100011111011100010110100110001101010110000111111 | 8fb8b4c6ac3f |
UTF-8 | 塡頭렗 | 111001011010000110100001111010011010000010101101111010111010000010010111 | e5a1a1e9a0adeba097 |
UHC | 塡頭렗 | 111011101111001111010100111010011000111010101100 | eef3d4e98eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)