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 | 饌皓 | 11101001011000011110000110101001 | e961e1a9 |
EUC-JP | 饌皓 | 11110001110000101110001010101011 | f1c2e2ab |
UTF-8 | 饌皓 | 111010011010010110001100111001111001101010010011 | e9a58ce79a93 |
UHC | 饌皓 | 11110011110010101111101111010011 | f3cafbd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)