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 | 1010010110100001111000111111101001000110 | a5a1e3fa46 |
EUC-JP | ・。脣F | 10001110101001011000111010100001111001101111110001000110 | 8ea58ea1e6fc46 |
UTF-8 | ・。脣F | 11101111101111011010010111101111101111011010000111101000100001001010001101000110 | efbda5efbda1e884a346 |
UHC | ??脣F | 0011111100111111111000101110111001000110 | 3f3fe2ee46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)