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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 寘質褓 | 111110101010100110001110101111111110010111101110 | faa98ebfe5ee |
EUC-JP | 寘質褓 | 10001111101110101110000110111100110000011110101011110000 | 8fbae1bcc1eaf0 |
UTF-8 | 寘質褓 | 111001011010111110011000111010001011001110101010111010001010010010010011 | e5af98e8b3aae8a493 |
UHC | ?質褓 | 0011111111110010111101011101110011001110 | 3ff2f5dcce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)