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??z | 001111110011111101010111001111110011111101111010 | 3f3f573f3f7a |
SJIS-WIN | 恁?W恁?z | 1001110010001100001111110101011110011100100011000011111101111010 | 9c8c3f579c8c3f7a |
EUC-JP | 恁?W恁?z | 1101011111101100001111110101011111010111111011000011111101111010 | d7ec3f57d7ec3f7a |
UTF-8 | 恁죥W恁죥z | 1110011010000001100000011110110010100011101001010101011111100110100000011000000111101100101000111010010101111010 | e68181eca3a557e68181eca3a57a |
UHC | 恁죥W恁죥z | 11101100111101101010000101111010010101111110110011110110101000010111101001111010 | ecf6a17a57ecf6a17a7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)