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 | 涌咤涌疽 | 1001011101001111100110100100001010010111010011111110000101110011 | 974f9a42974fe173 |
EUC-JP | 涌咤涌疽 | 1100110110110000110100111010001111001101101100001110000111010100 | cdb0d3a3cdb0e1d4 |
UTF-8 | 涌咤涌疽 | 111001101011011010001100111001011001001010100100111001101011011010001100111001111001011010111101 | e6b68ce592a4e6b68ce796bd |
UHC | 涌咤涌疽 | 1110100110111111111101101110001111101001101111111110111011000101 | e9bff6e3e9bfeec5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)