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 | ??精賂?? | 0011111100111111100100001011100010011000010001110011111100111111 | 3f3f90b898473f3f |
EUC-JP | 湞?精賂?? | 10001111110001111111111000111111110000001011101011001111101010000011111100111111 | 8fc7fe3fc0bacfa83f3f |
UTF-8 | 湞렍精賂렰렡 | 111001101011100110011110111010111010000010001101111001111011001010111110111010001011001110000010111010111010000010110000111010111010000010100001 | e6b99eeba08de7b2bee8b382eba0b0eba0a1 |
UHC | 湞렍精賂렰렡 | 111011111110011010001110101000111110111111110001110101101111000110001110101111011000111010110010 | efe68ea3eff1d6f18ebd8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)