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 | 隴蛾怺蓁 | 1110100010101101100010011110100110011100100010101110010011101011 | e8ad89e99c8ae4eb |
EUC-JP | 隴蛾怺蓁 | 1111000010101111101100101110101111010111111010101110100011101101 | f0afb2ebd7eae8ed |
UTF-8 | 隴蛾怺蓁 | 111010011001101010110100111010001001101110111110111001101000000010111010111010001001001110000001 | e99ab4e89bbee680bae89381 |
UHC | ?蛾?? | 0011111111100100101101100011111100111111 | 3fe4b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)