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 | 姐?畯 | 1000100010110111001111111111101101101111 | 88b73ffb6f |
EUC-JP | 姐?畯 | 101100001011100100111111100011111100110110111011 | b0b93f8fcdbb |
UTF-8 | 姐렒畯 | 111001011010011110010000111010111010000010010010111001111001010110101111 | e5a790eba092e795af |
UHC | 姐렒畯 | 111011101011101110001110101001111111000111100001 | eebb8ea7f1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)