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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 迥也僑B | 11100111100010101001011011100111100010111010000101000010 | e78a96e78ba142 |
EUC-JP | 迥也僑B | 11101101111010101100110011101001101101101010001101000010 | edeacce9b6a342 |
UTF-8 | 迥也僑B | 11101000101111111010010111100100101110011001111111100101100000111001000101000010 | e8bfa5e4b99fe5839142 |
UHC | ?也僑B | 001111111110010110100101110011101110000001000010 | 3fe5a5cee042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)