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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隘ェ讙煮 | 11101000101001011010101011100110101010101000111011001111 | e8a5aae6aa8ecf |
EUC-JP | 隘ェ讙煮 | 1111000010100111100011101010101011101100101011001011110011010001 | f0a78eaaecacbcd1 |
UTF-8 | 隘ェ讙煮 | 111010011001101010011000111011111011110110101010111010001010111010011001111001111000010110101110 | e99a98efbdaae8ae99e785ae |
UHC | 隘??煮 | 111001001111011000111111001111111110110110110100 | e4f63f3fedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)