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 | 100100100100000110010010010001100110000001000010 | 924192466042 |
EUC-JP | 但巽`B | 110000111010001011000011101001110110000001000010 | c3a2c3a76042 |
UTF-8 | 但巽`B | 1110010010111101100001101110010110110111101111010110000001000010 | e4bd86e5b7bd6042 |
UHC | 但巽`B | 110100111010001111100001110111100110000001000010 | d3a3e1de6042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)