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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 濟?雍戡?? | 111000000101101000111111111010001011010010011101010000010011111100111111 | e05a3fe8b49d413f3f |
EUC-JP | 濟?雍戡?? | 110111111011101100111111111100001011011011011001101000100011111100111111 | dfbb3ff0b6d9a23f3f |
UTF-8 | 濟렋雍戡렰렰 | 111001101011111110011111111010111010000010001011111010011001101110001101111001101000100010100001111010111010000010110000111010111010000010110000 | e6bf9feba08be99b8de688a1eba0b0eba0b0 |
UHC | 濟렋雍戡렰렰 | 111100001010110110001110101000101110100010111100110010101111000110001110101111011000111010111101 | f0ad8ea2e8bccaf18ebd8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)