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??@yB | 001111110011111101000000011110010011111100111111010000000111100101000010 | 3f3f40793f3f407942 |
SJIS-WIN | 嶸ェ@y嶸ェ@yB | 1111101010110100101010100100000001111001111110101011010010101010010000000111100101000010 | fab4aa4079fab4aa407942 |
EUC-JP | 嶸ェ@y嶸ェ@yB | 100011111011101111110100100011101010101001000000011110011000111110111011111101001000111010101010010000000111100101000010 | 8fbbf48eaa40798fbbf48eaa407942 |
UTF-8 | 嶸ェ@y嶸ェ@yB | 1110010110110110101110001110111110111101101010100100000001111001111001011011011010111000111011111011110110101010010000000111100101000010 | e5b6b8efbdaa4079e5b6b8efbdaa407942 |
UHC | 嶸?@y嶸?@yB | 1110011110101110001111110100000001111001111001111010111000111111010000000111100101000010 | e7ae3f4079e7ae3f407942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)