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 | 辣ョ豎占ォ | 1110011110000101101011101110011010110001100100001110100010101011 | e785aee6b190e8ab |
EUC-JP | 辣ョ豎占ォ | 11101101111001011000111010101110111011001011001111000000111010101000111010101011 | ede58eaeecb3c0ea8eab |
UTF-8 | 辣ョ豎占ォ | 111010001011111010100011111011111011110110101110111010001011000110001110111001011000110110100000111011111011110110101011 | e8bea3efbdaee8b18ee58da0efbdab |
UHC | 辣??占? | 11010101101110000011111100111111111011111011111100111111 | d5b83f3fefbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)