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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 鉛??猶 | 100010011001010000111111001111111001011101010000 | 89943f3f9750 |
| EUC-JP | 鉛??猶 | 101100011111010000111111001111111100110110110001 | b1f43f3fcdb1 |
| UTF-8 | 鉛숇뮃猶 | 111010011000100110011011111011001000100010000111111010111010111010000011111001111000110010110110 | e9899bec8887ebae83e78cb6 |
| UHC | 鉛숇뮃猶 | 1110011011100111100110011110101110010010100100101110101110100010 | e6e799eb9292eba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)