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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | ?矮D?矮D^ | 001111111110000111100010010001000011111111100001111000100100010001011110 | 3fe1e2443fe1e2445e |
EUC-JP | ?矮D?矮D^ | 001111111110001011100100010001000011111111100010111001000100010001011110 | 3fe2e4443fe2e4445e |
UTF-8 | 쉃矮D쉃矮D^ | 111011001000100110000011111001111001111110101110010001001110110010001001100000111110011110011111101011100100010001011110 | ec8983e79fae44ec8983e79fae445e |
UHC | 쉃矮D쉃矮D^ | 1001101001011000111010001110000101000100100110100101100011101000111000010100010001011110 | 9a58e8e1449a58e8e1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)