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 | 重?精賂?? | 100011110110010000111111100100001011100010011000010001110011111100111111 | 8f643f90b898473f3f |
EUC-JP | 重?精賂?? | 101111011100010100111111110000001011101011001111101010000011111100111111 | bdc53fc0bacfa83f3f |
UTF-8 | 重렭精賂렰렡 | 111010011000011110001101111010111010000010101101111001111011001010111110111010001011001110000010111010111010000010110000111010111010000010100001 | e9878deba0ade7b2bee8b382eba0b0eba0a1 |
UHC | 重렭精賂렰렡 | 111100011110110010001110101110101110111111110001110101101111000110001110101111011000111010110010 | f1ec8ebaeff1d6f18ebd8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)