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 | 隰ォ蜿匁「 | 1110100010101100101010111110010110001111100101101110011010100010 | e8acabe58f96e6a2 |
EUC-JP | 隰ォ蜿匁「 | 11110000101011101000111010101011111010011110111111001100111010001000111010100010 | f0ae8eabe9efcce88ea2 |
UTF-8 | 隰ォ蜿匁「 | 111010011001101010110000111011111011110110101011111010001001110010111111111001011000110010000001111011111011110110100010 | e99ab0efbdabe89cbfe58c81efbda2 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)