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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 昭盧ケY | 100011111011101011100001101110001011100101011001 | 8fbae1b8b959 |
EUC-JP | 昭盧ケY | 10111110101111001110001010111010100011101011100101011001 | bebce2ba8eb959 |
UTF-8 | 昭盧ケY | 11100110100110001010110111100111100110111010011111101111101111011011100101011001 | e698ade79ba7efbdb959 |
UHC | 昭盧?Y | 111000011011100111010110110101000011111101011001 | e1b9d6d43f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)