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 | 詣??殃?? | 1000110001110111001111110011111110011111011010010011111100111111 | 8c773f3f9f693f3f |
EUC-JP | 詣??殃?? | 1011011111011000001111110011111111011101110010100011111100111111 | b7d83f3fddca3f3f |
UTF-8 | 詣꾠깺殃뽬뱰 | 111010001010100110100011111010101011111010100000111010101011100110111010111001101010111010000011111010111011110110101100111010111011000110110000 | e8a9a3eabea0eab9bae6ae83ebbdacebb1b0 |
UHC | 詣꾠깺殃뽬뱰 | 111001111110000110000100111000111000001110100110111001001110101010010110111010001001001110010110 | e7e184e383a6e4ea96e89396 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)