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 | 嚴?}嚴?{^ | 100110101000111000111111011111011001101010001110001111110111101101011110 | 9a8e3f7d9a8e3f7b5e |
EUC-JP | 嚴?}嚴?{^ | 110100111110111000111111011111011101001111101110001111110111101101011110 | d3ee3f7dd3ee3f7b5e |
UTF-8 | 嚴푣}嚴푣{^ | 111001011001101010110100111011011001000110100011011111011110010110011010101101001110110110010001101000110111101101011110 | e59ab4ed91a37de59ab4ed91a37b5e |
UHC | 嚴푣}嚴푣{^ | 1110010111110001101111100110111001111101111001011111000110111110011011100111101101011110 | e5f1be6e7de5f1be6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)