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 | 鉀鴫 | 11111011110001011000111010110000 | fbc58eb0 |
EUC-JP | 鉀鴫 | 1000111111100011110110001011110010110010 | 8fe3d8bcb2 |
UTF-8 | 鉀鴫 | 111010011000100110000000111010011011010010101011 | e98980e9b4ab |
UHC | 鉀? | 110010111010010100111111 | cba53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)