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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 袱郛鬪B | 11100101110111101110011110111100111010011010101001000010 | e5dee7bce9aa42 |
EUC-JP | 袱郛鬪B | 11101010111000001110111010111110111100101010110001000010 | eae0eebef2ac42 |
UTF-8 | 袱郛鬪B | 11101000101000101011000111101001100000111001101111101001101011001010101001000010 | e8a2b1e9839be9acaa42 |
UHC | ??鬪B | 0011111100111111111101111110001101000010 | 3f3ff7e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)