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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闍樣囂隶触 | 11101000100010111001111011101001100110101000111111101000101011101001000001000111 | e88b9ee99a8fe8ae9047 |
EUC-JP | 闍樣囂隶触 | 11101111111010111101110011101011110100111110111111110000101100001011111110101000 | efebdcebd3eff0b0bfa8 |
UTF-8 | 闍樣囂隶触 | 111010011001011110001101111001101010100010100011111001011001101110000010111010011001101010110110111010001010011110100110 | e9978de6a8a3e59b82e99ab6e8a7a6 |
UHC | ?樣??? | 001111111110010111000110001111110011111100111111 | 3fe5c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)