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 | ?Y?bE | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-WIN | 順Y順bE | 10001111100001110101100110001111100001110110001001000101 | 8f87598f876245 |
EUC-JP | 順Y順bE | 10111101111001110101100110111101111001110110001001000101 | bde759bde76245 |
UTF-8 | 順Y順bE | 111010011010000010000110010110011110100110100000100001100110001001000101 | e9a08659e9a0866245 |
UHC | 順Y順bE | 11100010111101110101100111100010111101110110001001000101 | e2f759e2f76245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)