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 | 迥イ迯ク蛟戎 | 11100111100010101011001011100111100011011011100011100101100000001000111101011110 | e78ab2e78db8e5808f5e |
EUC-JP | 迥イ迯ク蛟戎 | 111011011110101010001110101100101110110111101101100011101011100011101001111000001011110110111111 | edea8eb2eded8eb8e9e0bdbf |
UTF-8 | 迥イ迯ク蛟戎 | 111010001011111110100101111011111011110110110010111010001011111110101111111011111011110110111000111010001001101110011111111001101000100010001110 | e8bfa5efbdb2e8bfafefbdb8e89b9fe6888e |
UHC | ????蛟戎 | 0011111100111111001111110011111111001110111100011110101111010100 | 3f3f3f3fcef1ebd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)