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 | ??Y??Z | 001111110011111101011001001111110011111101011010 | 3f3f593f3f5a |
SJIS-WIN | 蟾スY蟾スZ | 1110010110110111101111010101100111100101101101111011110101011010 | e5b7bd59e5b7bd5a |
EUC-JP | 蟾スY蟾スZ | 11101010101110011000111010111101010110011110101010111001100011101011110101011010 | eab98ebd59eab98ebd5a |
UTF-8 | 蟾スY蟾スZ | 1110100010011111101111101110111110111101101111010101100111101000100111111011111011101111101111011011110101011010 | e89fbeefbdbd59e89fbeefbdbd5a |
UHC | 蟾?Y蟾?Z | 1110000011101010001111110101100111100000111010100011111101011010 | e0ea3f59e0ea3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)