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 | 但尊存 | 100100100100000110010001101110001001000110110110 | 924191b891b6 |
EUC-JP | 但尊存 | 110000111010001011000010101110101100001010111000 | c3a2c2bac2b8 |
UTF-8 | 但尊存 | 111001001011110110000110111001011011000010001010111001011010110110011000 | e4bd86e5b08ae5ad98 |
UHC | 但尊存 | 110100111010001111110000111011101111000011101101 | d3a3f0eef0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)