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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 睫。ヘB | 11100001110010101010000111001101111100001111001101000010 | e1caa1cdf0f342 |
EUC-JP | 睫。ヘ?B | 1110001011001100100011101010000110001110110011010011111101000010 | e2cc8ea18ecd3f42 |
UTF-8 | 睫。ヘB | 11100111100111011010101111101111101111011010000111101111101111101000110111101110100000101011001001000010 | e79dabefbda1efbe8dee82b242 |
UHC | 睫???B | 111101001110001000111111001111110011111101000010 | f4e23f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)