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 | 嶹逸刪^ | 11111010101101011000100011101101100110011000100001011110 | fab588ed99885e |
EUC-JP | 嶹逸刪^ | 1000111110111011111101011011000011101111110100011110100001011110 | 8fbbf5b0efd1e85e |
UTF-8 | 嶹逸刪^ | 11100101101101101011100111101001100000001011100011100101100010001010101001011110 | e5b6b9e980b8e588aa5e |
UHC | ?逸刪^ | 001111111110110011101111110111111010001001011110 | 3fecefdfa25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)