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 | 曄??^ | 1001111001000000001111110011111101011110 | 9e403f3f5e |
EUC-JP | 曄??^ | 1101101110100001001111110011111101011110 | dba13f3f5e |
UTF-8 | 曄됬맇^ | 11100110100110111000010011101011100100001010110011101011101001111000011101011110 | e69b84eb90aceba7875e |
UHC | 曄됬맇^ | 11100111101001011000100111100111100100001010000101011110 | e7a589e790a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)