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 | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 簑x | 11110111101010011111000011101111111000101100000001111000 | f7a9f0efe2c078 |
EUC-JP | ??簑x | 0011111100111111111001001100001001111000 | 3f3fe4c278 |
UTF-8 | 簑x | 11101110100101101000110011101110100000101010111011100111101100001001000101111000 | ee968cee82aee7b09178 |
UHC | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)