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 | 巍??獨? | 10011011110110010011111100111111111000001101010100111111 | 9bd93f3fe0d53f |
EUC-JP | 巍??獨? | 11010110110110110011111100111111111000001101011100111111 | d6db3f3fe0d73f |
UTF-8 | 巍샷뤵獨덤 | 111001011011011110001101111011001000001110110111111010111010010010110101111001111000110110101000111010111000110110100100 | e5b78dec83b7eba4b5e78da8eb8da4 |
UHC | 巍샷뤵獨덤 | 11101000111001001011110010100110100011111110001111010100101111001011010011111101 | e8e4bca68fe3d4bcb4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)