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 | ????訥あ | 0011111100111111001111110011111111100110011000111000001010100000 | 3f3f3f3fe66382a0 |
| EUC-JP | ????訥あ | 0011111100111111001111110011111111101011110001001010010010100010 | 3f3f3f3febc4a4a2 |
| UTF-8 | 룶欄㈒룶訥あ | 111010111010001110110110111011111010010010011101111000111000100010010010111010111010001110110110111010001010100010100101111000111000000110000010 | eba3b6efa49de38892eba3b6e8a8a5e38182 |
| UHC | 룶欄㈒룶訥あ | 100011111010101111010001111011011010100111000011100011111010101111010010111011011010101010100010 | 8fabd1eda9c38fabd2edaaa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)