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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???洙 | 0011111100111111001111111001111110101010 | 3f3f3f9faa |
EUC-JP | 侁??洙 | 10001111101100001111110000111111001111111101111010101100 | 8fb0fc3f3fdeac |
UTF-8 | 侁뎳꽰洙 | 111001001011111010000001111010111000111010110011111010101011110110110000111001101011010010011001 | e4be81eb8eb3eabdb0e6b499 |
UHC | 侁뎳꽰洙 | 1110001111100000100010011000011010000100101110111110001010101010 | e3e0898684bbe2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)