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 | 二箴飛 | 100100111111000111100010101111001001010011110010 | 93f1e2bc94f2 |
EUC-JP | 二箴飛 | 110001101111001111100100101111101100100011110100 | c6f3e4bec8f4 |
UTF-8 | 二箴飛 | 111001001011101010001100111001111010111010110100111010011010001110011011 | e4ba8ce7aeb4e9a39b |
UHC | 二箴飛 | 111011001010001111101101110101111101111010101011 | eca3edd7deab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)