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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蕘覚 | 11100100111110111000101001101111 | e4fb8a6f |
EUC-JP | 蕘覚 | 11101000111111011011001111010000 | e8fdb3d0 |
UTF-8 | 蕘覚 | 111010001001010110011000111010001010011010011010 | e89598e8a69a |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)