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 | 鮑諷哄 | 111010011011100011100110100001011001100111111010 | e9b8e68599fa |
EUC-JP | 鮑諷哄 | 111100101011101011101011111001011101001011111100 | f2baebe5d2fc |
UTF-8 | 鮑諷哄 | 111010011010111010010001111010001010101110110111111001011001001110000100 | e9ae91e8abb7e59384 |
UHC | 鮑諷哄 | 111110001110101011111001101001001111101111101111 | f8eaf9a4fbef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)