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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 燿??堊? | 11100000101000000011111100111111100110101011111100111111 | e0a03f3f9abf3f |
EUC-JP | 燿??堊? | 11100000101000100011111100111111110101001100000100111111 | e0a23f3fd4c13f |
UTF-8 | 燿먨뙷堊뛄 | 111001111000011110111111111010111010100010101000111010111001100110110111111001011010000010001010111010111001101110000100 | e787bfeba8a8eb99b7e5a08aeb9b84 |
UHC | 燿먨뙷堊뛄 | 11101000111111001001000011100101100011001011101011100100101111101000110101000010 | e8fc90e58cbae4be8d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)