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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謫?啼 | 1110011010010011001111111001101001100101 | e6933f9a65 |
EUC-JP | 謫?啼 | 1110101111110011001111111101001111000110 | ebf33fd3c6 |
UTF-8 | 謫렊啼 | 111010001010110010101011111010111010000010001010111001011001010110111100 | e8acabeba08ae595bc |
UHC | 謫렊啼 | 111011101110001110001110101000011111000010100110 | eee38ea1f0a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)