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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 陷閤i陷閤iB | 1110100010011100100011010111110101101001111010001001110010001101011111010110100101000010 | e89c8d7d69e89c8d7d6942 |
EUC-JP | 陷閤i陷閤iB | 1110111111111100101110011101111001101001111011111111110010111001110111100110100101000010 | effcb9de69effcb9de6942 |
UTF-8 | 陷閤i陷閤iB | 111010011001100110110111111010011001011010100100011010011110100110011001101101111110100110010110101001000110100101000010 | e999b7e996a469e999b7e996a46942 |
UHC | 陷閤i陷閤iB | 1111100111101000111110011110111001101001111110011110100011111001111011100110100101000010 | f9e8f9ee69f9e8f9ee6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)