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 | 101010011010000110101000111110100100000001000010 | a9a1a8fa4042 |
EUC-JP | ゥ。ィ?B | 1000111010101001100011101010000110001110101010000011111101000010 | 8ea98ea18ea83f42 |
UTF-8 | ゥ。ィⅰB | 11101111101111011010100111101111101111011010000111101111101111011010100011100010100001011011000001000010 | efbda9efbda1efbda8e285b042 |
UHC | ???ⅰB | 001111110011111100111111101001011010000101000010 | 3f3f3fa5a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)