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 | ?崇 | 001111111001000010010010 | 3f9092 |
EUC-JP | ?崇 | 001111111011111111110010 | 3fbff2 |
UTF-8 | 쒔崇 | 111011001001001010010100111001011011010010000111 | ec9294e5b487 |
UHC | 쒔崇 | 10111110101011011110001011111101 | beade2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)