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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 衙惡衙惡^ | 111001011100100110011100101001101110010111001001100111001010011001011110 | e5c99ca6e5c99ca65e |
EUC-JP | 衙惡衙惡^ | 111010101100101111011000101010001110101011001011110110001010100001011110 | eacbd8a8eacbd8a85e |
UTF-8 | 衙惡衙惡^ | 11101000101000011001100111100110100000111010000111101000101000011001100111100110100000111010000101011110 | e8a199e683a1e8a199e683a15e |
UHC | 衙惡衙惡^ | 111001001011011111100100110000101110010010110111111001001100001001011110 | e4b7e4c2e4b7e4c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)