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 | ?篁 | 001111111110001010111001 | 3fe2b9 |
EUC-JP | ?篁 | 001111111110010010111011 | 3fe4bb |
UTF-8 | 뤗篁 | 111010111010010010010111111001111010111110000001 | eba497e7af81 |
UHC | 뤗篁 | 10001111110001111111110011010110 | 8fc7fcd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)