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 | 瀨ケ迚セ | 111110110101000010111001111001111000100110111110 | fb50b9e789be |
| EUC-JP | ?ケ迚セ | 00111111100011101011100111101101111010011000111010111110 | 3f8eb9ede98ebe |
| UTF-8 | 瀨ケ迚セ | 111001111000000010101000111011111011110110111001111010001011111110011010111011111011110110111110 | e780a8efbdb9e8bf9aefbdbe |
| UHC | 瀨??? | 1101011011101110001111110011111100111111 | d6ee3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)