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 | 茵θ | 11100100100111111000001111000110 | e49f83c6 |
EUC-JP | 茵θ | 11101000101000011010011011001000 | e8a1a6c8 |
UTF-8 | 茵θ | 1110100010001100101101011100111010111000 | e88cb5ceb8 |
UHC | 茵θ | 11101100111000001010010111101000 | ece0a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)