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 | 佃矜轢 | 100100101100111111100001111000001110011110000000 | 92cfe1e0e780 |
EUC-JP | 佃矜轢 | 110001001101000111100010111000101110110111100000 | c4d1e2e2ede0 |
UTF-8 | 佃矜轢 | 111001001011110110000011111001111001111110011100111010001011110110100010 | e4bd83e79f9ce8bda2 |
UHC | 佃矜轢 | 111011101110110011010000111010001101010111111001 | eeecd0e8d5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)