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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 莎活騎B | 11100100101100111000101010001000100010110101001001000010 | e4b38a888b5242 |
EUC-JP | 莎活騎B | 11101000101101011011001111101000101101011011001101000010 | e8b5b3e8b5b342 |
UTF-8 | 莎活騎B | 11101000100011101000111011100110101101001011101111101001101010001000111001000010 | e88e8ee6b4bbe9a88e42 |
UHC | 莎活騎B | 11011110111011011111110011000000110100011100100001000010 | deedfcc0d1c842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)