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 | 壯∽?曜?? | 100110101110000110000001111001000011111110010111011010100011111100111111 | 9ae181e43f976a3f3f |
EUC-JP | 壯∽?曜?? | 110101001110001110100010111001100011111111001101110010110011111100111111 | d4e3a2e63fcdcb3f3f |
UTF-8 | 壯∽숴曜섋짔 | 111001011010001110101111111000101000100010111101111011001000100010110100111001101001101110011100111011001000010010001011111011001010011110010100 | e5a3afe288bdec88b4e69b9cec848beca794 |
UHC | 壯∽숴曜섋짔 | 111011011110000010100001111011111011110110100100111010001111100010011000111010001010001110011101 | ede0a1efbda4e8f898e8a39d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)