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 | 邑θ | 10010111010101111000001111000110 | 975783c6 |
EUC-JP | 邑θ | 11001101101110001010011011001000 | cdb8a6c8 |
UTF-8 | 邑θ | 1110100110000010100100011100111010111000 | e98291ceb8 |
UHC | 邑θ | 11101011111010011010010111101000 | ebe9a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)