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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 﨟ソ謐ィ鬯 | 1111101110011101101111111110011010001101101010001110100110101100 | fb9dbfe68da8e9ac |
EUC-JP | ?ソ謐ィ鬯 | 001111111000111010111111111010111110110110001110101010001111001010101110 | 3f8ebfebed8ea8f2ae |
UTF-8 | 﨟ソ謐ィ鬯 | 111011111010100010011111111011111011110110111111111010001010110010010000111011111011110110101000111010011010110010101111 | efa89fefbdbfe8ac90efbda8e9acaf |
UHC | ??謐?? | 001111110011111111011010110011010011111100111111 | 3f3fdacd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)