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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 燿??撓?? | 1110000010100000001111110011111110011101100110100011111100111111 | e0a03f3f9d9a3f3f |
EUC-JP | 燿??撓?? | 1110000010100010001111110011111111011001111110100011111100111111 | e0a23f3fd9fa3f3f |
UTF-8 | 燿놂슈撓뷂슝 | 111001111000011110111111111010111000011010000010111011001000101010001000111001101001001010010011111010111011011110000010111011001000101010011101 | e787bfeb8682ec8a88e69293ebb782ec8a9d |
UHC | 燿놂슈撓뷂슝 | 111010001111110010110011111011111011110110110100111010001111010110010100111011111011110110111001 | e8fcb3efbdb4e8f594efbdb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)