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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 冗??巍?? | 1000111111100111001111110011111110011011110110010011111100111111 | 8fe73f3f9bd93f3f |
EUC-JP | 冗??巍?? | 1011111011101001001111110011111111010110110110110011111100111111 | bee93f3fd6db3f3f |
UTF-8 | 冗꿨나巍듣퐣 | 111001011000011010010111111010101011111110101000111010111000001010011000111001011011011110001101111010111001001110100011111011011001000010100011 | e58697eabfa8eb8298e5b78deb93a3ed90a3 |
UHC | 冗꿨나巍듣퐣 | 111010011011011110110010111001011011001110101010111010001110010010110101111010001011110110001100 | e9b7b2e5b3aae8e4b5e8bd8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)