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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 脛炊款 | 111000111111100010010000100001101000101010111100 | e3f890868abc |
EUC-JP | 脛炊款 | 111001101111101010111111111001101011010010111110 | e6fabfe6b4be |
UTF-8 | 脛炊款 | 111010001000010010011011111001111000001010001010111001101010110010111110 | e8849be7828ae6acbe |
UHC | 脛炊款 | 110011001110101111110110101001111100111010110011 | ccebf6a7ceb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)