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 | 但嘆贈 | 100100100100000110010010010100011001000110100001 | 9241925191a1 |
EUC-JP | 但嘆贈 | 110000111010001011000011101100101100001010100011 | c3a2c3b2c2a3 |
UTF-8 | 但嘆贈 | 111001001011110110000110111001011001100010000110111010001011010010001000 | e4bd86e59886e8b488 |
UHC | 但嘆贈 | 110100111010001111110111101000111111000111111100 | d3a3f7a3f1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)