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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鵝?渦??B | 1110101001000000001111111000100101010001001111110011111101000010 | ea403f89513f3f42 |
EUC-JP | 鵝?渦??B | 1111001110100001001111111011000110110010001111110011111101000010 | f3a13fb1b23f3f42 |
UTF-8 | 鵝냬渦욕씏B | 11101001101101011001110111101011100000111010110011100110101110001010011011101100100110101001010111101100100101001000111101000010 | e9b59deb83ace6b8a6ec9a95ec948f42 |
UHC | 鵝냬渦욕씏B | 1110010010111101100001100111011011101000101111101011111111100101100111011010011001000010 | e4bd8676e8bebfe59da642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)