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 | ??W??? | 001111110011111101010111001111110011111100111111 | 3f3f573f3f3f |
SJIS-WIN | ??W??? | 001111110011111101010111001111110011111100111111 | 3f3f573f3f3f |
EUC-JP | ??W??? | 001111110011111101010111001111110011111100111111 | 3f3f573f3f3f |
UTF-8 | 렺첬W렺쩡렟 | 11101011101000001011101011101100101100101010110001010111111010111010000010111010111011001010100110100001111010111010000010011111 | eba0baecb2ac57eba0baeca9a1eba09f |
UHC | 렺첬W렺쩡렟 | 1000111011000010110000111011101001010111100011101100001011000010110001001000111010110000 | 8ec2c3ba578ec2c2c48eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)