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 | 鶉穢}鶉穢{^ | 1110101001000111111000100111000101111101111010100100011111100010011100010111101101011110 | ea47e2717dea47e2717b5e |
EUC-JP | 鶉穢}鶉穢{^ | 1111001110101000111000111101001001111101111100111010100011100011110100100111101101011110 | f3a8e3d27df3a8e3d27b5e |
UTF-8 | 鶉穢}鶉穢{^ | 111010011011011010001001111001111010100110100010011111011110100110110110100010011110011110101001101000100111101101011110 | e9b689e7a9a27de9b689e7a9a27b5e |
UHC | ?穢}?穢{^ | 001111111110011111011011011111010011111111100111110110110111101101011110 | 3fe7db7d3fe7db7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)