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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 中?轅? | 100100101000011000111111111001110111011000111111 | 92863fe7763f |
EUC-JP | 中?轅? | 110000111110011000111111111011011101011100111111 | c3e63fedd73f |
UTF-8 | 中렏轅렫 | 111001001011100010101101111010111010000010001111111010001011110110000101111010111010000010101011 | e4b8adeba08fe8bd85eba0ab |
UHC | 中렏轅렫 | 1111000111101001100011101010010111101010101111111000111010111001 | f1e98ea5eabf8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)