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 | ????純オ | 0011111100111111001111110011111110001111100000111000001101001001 | 3f3f3f3f8f838349 |
| EUC-JP | ????純オ | 0011111100111111001111110011111110111101111000111010010110101010 | 3f3f3f3fbde3a5aa |
| UTF-8 | 룶欄◐룶純オ | 111010111010001110110110111011111010010010011101111000101001011110010000111010111010001110110110111001111011010010010100111000111000001010101010 | eba3b6efa49de29790eba3b6e7b494e382aa |
| UHC | 룶欄◐룶純オ | 100011111010101111010001111011011010001011000100100011111010101111100010111011011010101110101010 | 8fabd1eda2c48fabe2edabaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)