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 | 諷・霄ェ | 111001101000010110100101111010001011101010101010 | e685a5e8baaa |
EUC-JP | 諷・霄ェ | 1110101111100101100011101010010111110000101111001000111010101010 | ebe58ea5f0bc8eaa |
UTF-8 | 諷・霄ェ | 111010001010101110110111111011111011110110100101111010011001110010000100111011111011110110101010 | e8abb7efbda5e99c84efbdaa |
UHC | 諷??? | 1111100110100100001111110011111100111111 | f9a43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)