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 | 詣앶긽殃뽬구 | 111010001010100110100011111011001001010110110110111010101011100010111101111001101010111010000011111010111011110110101100111010101011010110101100 | e8a9a3ec95b6eab8bde6ae83ebbdaceab5ac |
UHC | 詣앶긽殃뽬구 | 111001111110000110011101111010011000001110000001111001001110101010010110111010001011000110111000 | e7e19de98381e4ea96e8b1b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)