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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 遑エo | 11100111101000011011010001101111 | e7a1b46f |
EUC-JP | 遑エo | 1110111010100011100011101011010001101111 | eea38eb46f |
UTF-8 | 遑エo | 11101001100000011001000111101111101111011011010001101111 | e98191efbdb46f |
UHC | 遑?o | 11111100110110100011111101101111 | fcda3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)