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 | 蟠ァ螳」謾ォ | 111001011011010010100111111001011010111010100011111001101001010010101011 | e5b4a7e5aea3e694ab |
EUC-JP | 蟠ァ螳」謾ォ | 111010101011011010001110101001111110101010110000100011101010001111101011111101001000111010101011 | eab68ea7eab08ea3ebf48eab |
UTF-8 | 蟠ァ螳」謾ォ | 111010001001111110100000111011111011110110100111111010001001111010110011111011111011110110100011111010001010110010111110111011111011110110101011 | e89fa0efbda7e89eb3efbda3e8acbeefbdab |
UHC | 蟠?螳??? | 1101101011110110001111111101001111011001001111110011111100111111 | daf63fd3d93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)