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 | ?り?議?? | 0011111110000010111010000011111110001011011000110011111100111111 | 3f82e83f8b633f3f |
| EUC-JP | ?り?議?? | 0011111110100100111010100011111110110101110001000011111100111111 | 3fa4ea3fb5c43f3f |
| UTF-8 | 閭り퍓議롦에 | 111011111010011010000110111000111000001010001010111011011000110110010011111010001010110110110000111010111010000110100110111011001001011110010000 | efa686e3828aed8d93e8adb0eba1a6ec9790 |
| UHC | 閭り퍓議롦에 | 111001101010110110101010111010101011101110001010111011001010000110001110111001101011111110100001 | e6adaaeabb8aeca18ee6bfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)