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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 倻??倻??^ | 1000111110110001111101100011111100111111100011111011000111110110001111110011111101011110 | 8fb1f63f3f8fb1f63f3f5e |
UTF-8 | 倻뷸굢倻뷸굢^ | 11100101100000001011101111101011101101111011100011101010101101011010001011100101100000001011101111101011101101111011100011101010101101011010001001011110 | e580bbebb7b8eab5a2e580bbebb7b8eab5a25e |
UHC | 倻뷸굢倻뷸굢^ | 11100101101001101011101011100110100000101000100111100101101001101011101011100110100000101000100101011110 | e5a6bae68289e5a6bae682895e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)