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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 籥幣韜@h | 1110001011011110100101011011110011101000111010010100000001101000 | e2de95bce8e94068 |
EUC-JP | 籥幣韜@h | 1110010011100000110010101011111011110000111010110100000001101000 | e4e0cabef0eb4068 |
UTF-8 | 籥幣韜@h | 1110011110110001101001011110010110111001101000111110100110011111100111000100000001101000 | e7b1a5e5b9a3e99f9c4068 |
UHC | ?幣韜@h | 00111111111110001100011111010100101101110100000001101000 | 3ff8c7d4b74068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)