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 | 症?禹?珥 | 1000111111000111001111111110001001011010001111111110000011100000 | 8fc73fe25a3fe0e0 |
EUC-JP | 症?禹?珥 | 1011111011001001001111111110001110111011001111111110000011100010 | bec93fe3bb3fe0e2 |
UTF-8 | 症렊禹렕珥 | 111001111001011110000111111010111010000010001010111001111010011010111001111010111010000010010101111001111000111110100101 | e79787eba08ae7a6b9eba095e78fa5 |
UHC | 症렊禹렕珥 | 11110001111110001000111010100001111010011110000010001110101010101110110010110100 | f1f88ea1e9e08eaaecb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)