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 | 小譽堯 | 100011111010110011100110101000111110101010011111 | 8face6a3ea9f |
EUC-JP | 小譽堯 | 101111101010111011101100101001011111010010100001 | beaeeca5f4a1 |
UTF-8 | 小譽堯 | 111001011011000010001111111010001010110110111101111001011010000010101111 | e5b08fe8adbde5a0af |
UHC | 小譽堯 | 111000011011001111100111111000101110100011101011 | e1b3e7e2e8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)