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 | 峰?}峰?{^ | 100101011111010000111111011111011001010111110100001111110111101101011110 | 95f43f7d95f43f7b5e |
EUC-JP | 峰湄}峰湄{^ | 11001010111101101000111111000111111100010111110111001010111101101000111111000111111100010111101101011110 | caf68fc7f17dcaf68fc7f17b5e |
UTF-8 | 峰湄}峰湄{^ | 111001011011001110110000111001101011100110000100011111011110010110110011101100001110011010111001100001000111101101011110 | e5b3b0e6b9847de5b3b0e6b9847b5e |
UHC | 峰湄}峰湄{^ | 1101110011101000110110101011010101111101110111001110100011011010101101010111101101011110 | dce8dab57ddce8dab57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)