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 | ??x??xB | 00111111001111110111100000111111001111110111100001000010 | 3f3f783f3f7842 |
SJIS-WIN | ゥ。xゥ。xB | 10101001101000010111100010101001101000010111100001000010 | a9a178a9a17842 |
EUC-JP | ゥ。xゥ。xB | 1000111010101001100011101010000101111000100011101010100110001110101000010111100001000010 | 8ea98ea1788ea98ea17842 |
UTF-8 | ゥ。xゥ。xB | 111011111011110110101001111011111011110110100001011110001110111110111101101010011110111110111101101000010111100001000010 | efbda9efbda178efbda9efbda17842 |
UHC | ??x??xB | 00111111001111110111100000111111001111110111100001000010 | 3f3f783f3f7842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)