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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霓??竅 | 111010001011110100111111001111111110001010000001 | e8bd3f3fe281 |
EUC-JP | 霓??竅 | 111100001011111100111111001111111110001111100001 | f0bf3f3fe3e1 |
UTF-8 | 霓룟뤇竅 | 111010011001110010010011111010111010001110011111111010111010010010000111111001111010101110000101 | e99c93eba39feba487e7ab85 |
UHC | 霓룟뤇竅 | 1110011111100111101101111110010110001111101101111101000010101011 | e7e7b7e58fb7d0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)