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??| | 001111110011111101011001001111110011111101111100 | 3f3f593f3f7c |
SJIS-WIN | 嶸ゥY嶸ァ| | 1111101010110100101010010101100111111010101101001010011101111100 | fab4a959fab4a77c |
EUC-JP | 嶸ゥY嶸ァ| | 100011111011101111110100100011101010100101011001100011111011101111110100100011101010011101111100 | 8fbbf48ea9598fbbf48ea77c |
UTF-8 | 嶸ゥY嶸ァ| | 1110010110110110101110001110111110111101101010010101100111100101101101101011100011101111101111011010011101111100 | e5b6b8efbda959e5b6b8efbda77c |
UHC | 嶸?Y嶸?| | 1110011110101110001111110101100111100111101011100011111101111100 | e7ae3f59e7ae3f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)