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 | 上骼コ渉寬ケ | 10001111111000111110100110001110101110101000111111000010111110101010101010111001 | 8fe3e98eba8fc2faaab9 |
EUC-JP | 上骼コ渉?ケ | 1011111011100101111100011110111010001110101110101011111011000100001111111000111010111001 | bee5f1ee8ebabec43f8eb9 |
UTF-8 | 上骼コ渉寬ケ | 111001001011100010001010111010011010101010111100111011111011110110111010111001101011100010001001111001011010111110101100111011111011110110111001 | e4b88ae9aabcefbdbae6b889e5afacefbdb9 |
UHC | 上???寬? | 1101111110111110001111110011111100111111110011101011000000111111 | dfbe3f3f3fceb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)