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 | 齊捧? | 1110101010001110100101011111100100111111 | ea8e95f93f |
EUC-JP | 齊捧? | 1111001111101110110010101111101100111111 | f3eecafb3f |
UTF-8 | 齊捧렣 | 111010011011110110001010111001101000110110100111111010111010000010100011 | e9bd8ae68da7eba0a3 |
UHC | 齊捧렣 | 111100001011101011011100111010011000111010110100 | f0badce98eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)