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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 鐔随終}B | 1110100001011100100100001000111110001111010010010111110101000010 | e85c908f8f497d42 |
EUC-JP | 鐔随終}B | 1110111110111101101111111110111110111101101010100111110101000010 | efbdbfefbdaa7d42 |
UTF-8 | 鐔随終}B | 1110100110010000100101001110100110011010100011111110011110110101100000100111110101000010 | e99094e99a8fe7b5827d42 |
UHC | ??終}B | 001111110011111111110000111110110111110101000010 | 3f3ff0fb7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)