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??x | 001111110011111101111000001111110011111101111000 | 3f3f783f3f78 |
SJIS-WIN | ゥ。xゥ。x | 101010011010000101111000101010011010000101111000 | a9a178a9a178 |
EUC-JP | ゥ。xゥ。x | 10001110101010011000111010100001011110001000111010101001100011101010000101111000 | 8ea98ea1788ea98ea178 |
UTF-8 | ゥ。xゥ。x | 1110111110111101101010011110111110111101101000010111100011101111101111011010100111101111101111011010000101111000 | efbda9efbda178efbda9efbda178 |
UHC | ??x??x | 001111110011111101111000001111110011111101111000 | 3f3f783f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)