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 | 猷??嗽?6 | 100101110101000100111111001111111001101001110101001111111000001001010101 | 97513f3f9a753f8255 |
EUC-JP | 猷??嗽?6 | 110011011011001000111111001111111101001111010110001111111010001110110110 | cdb23f3fd3d63fa3b6 |
UTF-8 | 猷띰쩃嗽덈6 | 111001111000110010110111111010111001110110110000111011001010100110000011111001011001011110111101111010111000110110001000111011111011110010010110 | e78cb7eb9db0eca983e597bdeb8d88efbc96 |
UHC | 猷띰쩃嗽덈6 | 111010111010001110110110111011111010010010011101111000011111010110001000111010111010001110110110 | eba3b6efa49de1f588eba3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)