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 | ????チ⊂ | 0011111100111111001111110011111110000011011000001000000110111100 | 3f3f3f3f836081bc |
| EUC-JP | ????チ⊂ | 0011111100111111001111110011111110100101110000011010001010111110 | 3f3f3f3fa5c1a2be |
| UTF-8 | 룶끗룫콓チ⊂ | 111010111010001110110110111010111000000110010111111010111010001110101011111011001011110110010011111000111000001110000001111000101000101010000010 | eba3b6eb8197eba3abecbd93e38381e28a82 |
| UHC | 룶끗룫콓チ⊂ | 100011111010101110110010111111011000111110100010101100011000111110101011110000011010000111111000 | 8fabb2fd8fa2b18fabc1a1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)