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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 北蘓 | 10010110011010111110010101011110 | 966be55e |
EUC-JP | 北蘓 | 11001011110011001110100110111111 | cbcce9bf |
UTF-8 | 北蘓 | 111001011000110010010111111010001001100010010011 | e58c97e89893 |
UHC | 北? | 110111011100000100111111 | ddc13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)