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 | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-WIN | 輟z輟zB | 11100111011011110111101011100111011011110111101001000010 | e76f7ae76f7a42 |
EUC-JP | 輟z輟zB | 11101101110100000111101011101101110100000111101001000010 | edd07aedd07a42 |
UTF-8 | 輟z輟zB | 111010001011110010011111011110101110100010111100100111110111101001000010 | e8bc9f7ae8bc9f7a42 |
UHC | 輟z輟zB | 11110100110011110111101011110100110011110111101001000010 | f4cf7af4cf7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)