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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???恁?^ | 00111111001111110011111110011100100011000011111101011110 | 3f3f3f9c8c3f5e |
EUC-JP | ???恁?^ | 00111111001111110011111111010111111011000011111101011110 | 3f3f3fd7ec3f5e |
UTF-8 | 梨낇쉵恁탆^ | 11101111101001111010001011101011100000101000011111101100100010011011010111100110100000011000000111101101100000111000011001011110 | efa7a2eb8287ec89b5e68181ed83865e |
UHC | 梨낇쉵恁탆^ | 1110110010110001100001011110110110011010100010111110110011110110101101010110110101011110 | ecb185ed9a8becf6b56d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)