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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??松??暎 | 0011111100111111100011111011110000111111001111111001110111110011 | 3f3f8fbc3f3f9df3 |
EUC-JP | ??松??暎 | 0011111100111111101111101011111000111111001111111101101011110101 | 3f3fbebe3f3fdaf5 |
UTF-8 | 챕짭松믦퉽暎 | 111011001011000110010101111011001010011110101101111001101001110110111110111010111010111110100110111011011000100110111101111001101001101010001110 | ecb195eca7ade69dbeebafa6ed89bde69a8e |
UHC | 챕짭松믦퉽暎 | 110000111010100111000010101011001110000111100110100100101110100010111001100101011110011110110010 | c3a9c2ace1e692e8b995e7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)