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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 裲暑戎 | 111001011110101010001111100010111000111101011110 | e5ea8f8b8f5e |
EUC-JP | 裲暑戎 | 111010101110110010111101111010111011110110111111 | eaecbdebbdbf |
UTF-8 | 裲暑戎 | 111010001010001110110010111001101001101010010001111001101000100010001110 | e8a3b2e69a91e6888e |
UHC | ?暑戎 | 0011111111011111111101001110101111010100 | 3fdff4ebd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)