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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 嗽壽郵?? | 1001101001110101100110101110011010010111010110000011111100111111 | 9a759ae697583f3f |
EUC-JP | 嗽壽郵?琁 | 11010011110101101101010011101000110011011011100100111111100011111100110010100011 | d3d6d4e8cdb93f8fcca3 |
UTF-8 | 嗽壽郵잏琁 | 111001011001011110111101111001011010001110111101111010011000001110110101111011001001111010001111111001111001000010000001 | e597bde5a3bde983b5ec9e8fe79081 |
UHC | 嗽壽郵잏琁 | 11100001111101011110000111111000111010011110100010011111111001111110000011000100 | e1f5e1f8e9e89fe7e0c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)