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 | ??m | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | ⅶ璽m | 1111101001000110100011101010001101101101 | fa468ea36d |
EUC-JP | ?璽m | 00111111101111001010010101101101 | 3fbca56d |
UTF-8 | ⅶ璽m | 11100010100001011011011011100111100100101011110101101101 | e285b6e792bd6d |
UHC | ⅶ璽m | 1010010110100111110111111101111001101101 | a5a7dfde6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)