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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
| SJIS-WIN | 璧爻}璧爻{^ | 1110000011111000111000001010100101111101111000001111100011100000101010010111101101011110 | e0f8e0a97de0f8e0a97b5e |
| EUC-JP | 璧爻}璧爻{^ | 1110000011111010111000001010101101111101111000001111101011100000101010110111101101011110 | e0fae0ab7de0fae0ab7b5e |
| UTF-8 | 璧爻}璧爻{^ | 111001111001001010100111111001111000100010111011011111011110011110010010101001111110011110001000101110110111101101011110 | e792a7e788bb7de792a7e788bb7b5e |
| UHC | 璧爻}璧爻{^ | 1101101111111101111111011010000101111101110110111111110111111101101000010111101101011110 | dbfdfda17ddbfdfda17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)