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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 寘革h寘 | 11111010101010011000101001110110011010001111101010101001 | faa98a7668faa9 |
EUC-JP | 寘革h寘 | 100011111011101011100001101100111101011101101000100011111011101011100001 | 8fbae1b3d7688fbae1 |
UTF-8 | 寘革h寘 | 11100101101011111001100011101001100111011010100101101000111001011010111110011000 | e5af98e99da968e5af98 |
UHC | ?革h? | 0011111111111010110101000110100000111111 | 3ffad4683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)