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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 疑g?^ | 100010110101111010000010100001110011111101011110 | 8b5e82873f5e |
EUC-JP | 疑g?^ | 101101011011111110100011111001110011111101011110 | b5bfa3e73f5e |
UTF-8 | 疑g뼨^ | 11100111100101101001000111101111101111011000011111101011101111001010100001011110 | e79691efbd87ebbca85e |
UHC | 疑g뼨^ | 11101011111101111010001111100111100101101010101101011110 | ebf7a3e796ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)