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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 舅}舅{^ | 11100100011011100111110111100100011011100111101101011110 | e46e7de46e7b5e |
EUC-JP | 舅}舅{^ | 11100111110011110111110111100111110011110111101101011110 | e7cf7de7cf7b5e |
UTF-8 | 舅}舅{^ | 111010001000100010000101011111011110100010001000100001010111101101011110 | e888857de888857b5e |
UHC | 舅}舅{^ | 11001111110000000111110111001111110000000111101101011110 | cfc07dcfc07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)