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 | ?咫償^ | 001111111001101001000000100011111001111001011110 | 3f9a408f9e5e |
EUC-JP | ?咫償^ | 001111111101001110100001101111011111111001011110 | 3fd3a1bdfe5e |
UTF-8 | 룵咫償^ | 11101011101000111011010111100101100100101010101111100101100001001001111101011110 | eba3b5e592abe5849f5e |
UHC | 룵咫償^ | 10001111101010101111001010100001110111111100000101011110 | 8faaf2a1dfc15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)