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 | ????CA | 001111110011111100111111001111110100001101000001 | 3f3f3f3f4341 |
SJIS-WIN | 業???CA | 10001011110001100011111100111111001111110100001101000001 | 8bc63f3f3f4341 |
EUC-JP | 業???CA | 10110110110010000011111100111111001111110100001101000001 | b6c83f3f3f4341 |
UTF-8 | 業볃뉖츍CA | 1110011010100101101011011110101110110011100000111110101110001001100101101110110010111000100011010100001101000001 | e6a5adebb383eb8996ecb88d4341 |
UHC | 業볃뉖츍CA | 11100101111101101001001111010001100001111110101110101110100010000100001101000001 | e5f693d187ebae884341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)