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 | 貊霳・ | 1110011010111011111110111110110110100101 | e6bbfbeda5 |
EUC-JP | 貊霳・ | 11101100101111011000111111100111101011001000111010100101 | ecbd8fe7ac8ea5 |
UTF-8 | 貊霳・ | 111010001011001010001010111010011001110010110011111011111011110110100101 | e8b28ae99cb3efbda5 |
UHC | 貊?? | 11011000111001110011111100111111 | d8e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)