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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 仲戡??彫? | 100100101000011110011101010000010011111100111111100100101010010000111111 | 92879d413f3f92a43f |
EUC-JP | 仲戡??彫? | 110000111110011111011001101000100011111100111111110001001010011000111111 | c3e7d9a23f3fc4a63f |
UTF-8 | 仲戡렰렕彫렏 | 111001001011101110110010111001101000100010100001111010111010000010110000111010111010000010010101111001011011110110101011111010111010000010001111 | e4bbb2e688a1eba0b0eba095e5bdabeba08f |
UHC | 仲戡렰렕彫렏 | 111100011110101011001010111100011000111010111101100011101010101011110000110000011000111010100101 | f1eacaf18ebd8eaaf0c18ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)