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 | 隆籘 | 10010111101100101110001011011010 | 97b2e2da |
EUC-JP | 隆籘 | 11001110101101001110010011011100 | ceb4e4dc |
UTF-8 | 隆籘 | 111010011001101010000110111001111011000110011000 | e99a86e7b198 |
UHC | 隆? | 110101111100110000111111 | d7cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)