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 | ??[G??Z | 00111111001111110101101101000111001111110011111101011010 | 3f3f5b473f3f5a |
SJIS-WIN | 嶸ェ[G嶸ェZ | 111110101011010010101010010110110100011111111010101101001010101001011010 | fab4aa5b47fab4aa5a |
EUC-JP | 嶸ェ[G嶸ェZ | 10001111101110111111010010001110101010100101101101000111100011111011101111110100100011101010101001011010 | 8fbbf48eaa5b478fbbf48eaa5a |
UTF-8 | 嶸ェ[G嶸ェZ | 111001011011011010111000111011111011110110101010010110110100011111100101101101101011100011101111101111011010101001011010 | e5b6b8efbdaa5b47e5b6b8efbdaa5a |
UHC | 嶸?[G嶸?Z | 111001111010111000111111010110110100011111100111101011100011111101011010 | e7ae3f5b47e7ae3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)