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 | 韆樣寉 | 111010001110011010011110111010011001101110000101 | e8e69ee99b85 |
EUC-JP | 韆樣寉 | 111100001110100011011100111010111101010111100101 | f0e8dcebd5e5 |
UTF-8 | 韆樣寉 | 111010011001111110000110111001101010100010100011111001011010111110001001 | e99f86e6a8a3e5af89 |
UHC | 韆樣? | 1111010011000111111001011100011000111111 | f4c7e5c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)