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 | 蛹礼ーォ蛹 | 1110010110001100100101111110011110110000101010111110010110001100 | e58c97e7b0abe58c |
EUC-JP | 蛹礼ーォ蛹 | 11101001111011001100111011101001100011101011000010001110101010111110100111101100 | e9eccee98eb08eabe9ec |
UTF-8 | 蛹礼ーォ蛹 | 111010001001101110111001111001111010010010111100111011111011110110110000111011111011110110101011111010001001101110111001 | e89bb9e7a4bcefbdb0efbdabe89bb9 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)