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 | 00111111001111110110000001000010 | 3f3f6042 |
SJIS-WIN | 涌韈`B | 100101110100111111101000111001110110000001000010 | 974fe8e76042 |
EUC-JP | 涌韈`B | 110011011011000011110000111010010110000001000010 | cdb0f0e96042 |
UTF-8 | 涌韈`B | 1110011010110110100011001110100110011111100010000110000001000010 | e6b68ce99f886042 |
UHC | 涌?`B | 1110100110111111001111110110000001000010 | e9bf3f6042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)