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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 釣??邯じ | 1001001011011110001111110011111111100111101101101000001010110110 | 92de3f3fe7b682b6 |
EUC-JP | 釣??邯じ | 1100010011100000001111110011111111101110101110001010010010111000 | c4e03f3feeb8a4b8 |
UTF-8 | 釣닿렯邯じ | 111010011000011110100011111010111000101110111111111010111010000010101111111010011000001010101111111000111000000110011000 | e987a3eb8bbfeba0afe982afe38198 |
UHC | 釣닿렯邯じ | 11110000111001011011010011101010100011101011110011001010111110111010101010111000 | f0e5b4ea8ebccafbaab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)