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 | ?松②?嗽 | 0011111110001111101111001000011101000001001111111001101001110101 | 3f8fbc87413f9a75 |
EUC-JP | ?松??嗽 | 00111111101111101011111000111111001111111101001111010110 | 3fbebe3f3fd3d6 |
UTF-8 | 챨松②퉽嗽 | 111011001011000110101000111001101001110110111110111000101001000110100001111011011000100110111101111001011001011110111101 | ecb1a8e69dbee291a1ed89bde597bd |
UHC | 챨松②퉽嗽 | 11000011101100001110000111100110101010001110100010111001100101011110000111110101 | c3b0e1e6a8e8b995e1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)