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 | 漏邃 | 10011000010100101110001010000100 | 9852e284 |
EUC-JP | 漏邃 | 11001111101100111110001111100100 | cfb3e3e4 |
UTF-8 | 漏邃 | 111001101011110010001111111010011000001010000011 | e6bc8fe98283 |
UHC | 漏邃 | 11010111101010011110001011000101 | d7a9e2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)