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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 甕?弔?? | 11100001010100000011111110010010101000100011111100111111 | e1503f92a23f3f |
EUC-JP | 甕?弔?? | 11100001101100010011111111000100101001000011111100111111 | e1b13fc4a43f3f |
UTF-8 | 甕렰弔렲鱗 | 111001111001010010010101111010111010000010110000111001011011110010010100111010111010000010110010111011111010011110110010 | e79495eba0b0e5bc94eba0b2efa7b2 |
UHC | 甕렰弔렲鱗 | 11101000101110001000111010111101111100001100000010001110101111111110110011100111 | e8b88ebdf0c08ebfece7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)