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 | 北莨莨 | 100101100110101111100100101111001110010010111100 | 966be4bce4bc |
EUC-JP | 北莨莨 | 110010111100110011101000101111101110100010111110 | cbcce8bee8be |
UTF-8 | 北莨莨 | 111001011000110010010111111010001000111010101000111010001000111010101000 | e58c97e88ea8e88ea8 |
UHC | 北?? | 11011101110000010011111100111111 | ddc13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)