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 | 嗽壽郵? | 10011010011101011001101011100110100101110101100000111111 | 9a759ae697583f |
EUC-JP | 嗽壽郵? | 11010011110101101101010011101000110011011011100100111111 | d3d6d4e8cdb93f |
UTF-8 | 嗽壽郵잏 | 111001011001011110111101111001011010001110111101111010011000001110110101111011001001111010001111 | e597bde5a3bde983b5ec9e8f |
UHC | 嗽壽郵잏 | 1110000111110101111000011111100011101001111010001001111111100111 | e1f5e1f8e9e89fe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)