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 | 貅冗枚 | 111001101011101010001111111001111001011010000111 | e6ba8fe79687 |
EUC-JP | 貅冗枚 | 111011001011110010111110111010011100101111100111 | ecbcbee9cbe7 |
UTF-8 | 貅冗枚 | 111010001011001010000101111001011000011010010111111001101001111010011010 | e8b285e58697e69e9a |
UHC | ?冗枚 | 0011111111101001101101111101100011011101 | 3fe9b7d8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)