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 | ??D??DB | 00111111001111110100010000111111001111110100010001000010 | 3f3f443f3f4442 |
SJIS-WIN | ゥ。Dゥ。DB | 10101001101000010100010010101001101000010100010001000010 | a9a144a9a14442 |
EUC-JP | ゥ。Dゥ。DB | 1000111010101001100011101010000101000100100011101010100110001110101000010100010001000010 | 8ea98ea1448ea98ea14442 |
UTF-8 | ゥ。Dゥ。DB | 111011111011110110101001111011111011110110100001010001001110111110111101101010011110111110111101101000010100010001000010 | efbda9efbda144efbda9efbda14442 |
UHC | ??D??DB | 00111111001111110100010000111111001111110100010001000010 | 3f3f443f3f4442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)