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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 跿勘 | 11100110111100111000101010101000 | e6f38aa8 |
EUC-JP | 跿勘 | 11101100111101011011010010101010 | ecf5b4aa |
UTF-8 | 跿勘 | 111010001011011110111111111001011000101110011000 | e8b7bfe58b98 |
UHC | ?勘 | 001111111100101011101011 | 3fcaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)