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 | ?喇 | 001111111001101001101000 | 3f9a68 |
EUC-JP | ?喇 | 001111111101001111001001 | 3fd3c9 |
UTF-8 | 뤕喇 | 111010111010010010010101111001011001011010000111 | eba495e59687 |
UHC | 뤕喇 | 10001111110001011101010011111010 | 8fc5d4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)