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 | ?矜??第 | 00111111111000011110000000111111001111111001000111100110 | 3fe1e03f3f91e6 |
EUC-JP | ?矜??第 | 00111111111000101110001000111111001111111100001011101000 | 3fe2e23f3fc2e8 |
UTF-8 | 識矜렡렮第 | 111011111010011110111100111001111001111110011100111010111010000010100001111010111010000010101110111001111010110010101100 | efa7bce79f9ceba0a1eba0aee7acac |
UHC | 識矜렡렮第 | 11110010101111011101000011101000100011101011001010001110101110111111000010101111 | f2bdd0e88eb28ebbf0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)