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 | 北蘓蘓 | 100101100110101111100101010111101110010101011110 | 966be55ee55e |
EUC-JP | 北蘓蘓 | 110010111100110011101001101111111110100110111111 | cbcce9bfe9bf |
UTF-8 | 北蘓蘓 | 111001011000110010010111111010001001100010010011111010001001100010010011 | e58c97e89893e89893 |
UHC | 北?? | 11011101110000010011111100111111 | ddc13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)