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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 佚?蠣F | 100110001100001100111111111001010111100101000110 | 98c33fe57946 |
EUC-JP | 佚?蠣F | 110100001100010100111111111010011101101001000110 | d0c53fe9da46 |
UTF-8 | 佚ㅻ蠣F | 11100100101111011001101011100011100001011011101111101000101000001010001101000110 | e4bd9ae385bbe8a0a346 |
UHC | 佚ㅻ蠣F | 11101100111010101010010011101011110101011110111001000110 | eceaa4ebd5ee46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)