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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 犲獸倏^ | 11100000101110101110000011010111111000001100010101011110 | e0bae0d7e0c55e |
EUC-JP | 犲獸倏^ | 11100000101111001110000011011001111000001100011101011110 | e0bce0d9e0c75e |
UTF-8 | 犲獸倏^ | 11100111100010101011001011100111100011011011100011100101100000001000111101011110 | e78ab2e78db8e5808f5e |
UHC | ?獸?^ | 0011111111100010101011100011111101011110 | 3fe2ae3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)