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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?譴闕 | 0011111111100110101000101110100010001101 | 3fe6a2e88d |
EUC-JP | 煅譴闕 | 10001111110010011111001111101100101001001110111111101101 | 8fc9f3eca4efed |
UTF-8 | 煅譴闕 | 111001111000010110000101111010001010110110110100111010011001011110010101 | e78585e8adb4e99795 |
UHC | ?譴闕 | 0011111111001100101110011100111111110100 | 3fccb9cff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)