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 | 100100100100000110010001101110000110000001000010 | 924191b86042 |
EUC-JP | 但尊`B | 110000111010001011000010101110100110000001000010 | c3a2c2ba6042 |
UTF-8 | 但尊`B | 1110010010111101100001101110010110110000100010100110000001000010 | e4bd86e5b08a6042 |
UHC | 但尊`B | 110100111010001111110000111011100110000001000010 | d3a3f0ee6042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)