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 | 嚴랼}嚴랼{^ | 111001011001101010110100111010111001111010111100011111011110010110011010101101001110101110011110101111000111101101011110 | e59ab4eb9ebc7de59ab4eb9ebc7b5e |
UHC | 嚴랼}嚴랼{^ | 1110010111110001100011100101010101111101111001011111000110001110010101010111101101011110 | e5f18e557de5f18e557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)