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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 關楢キォ | 111010001001000010010011111010001011011110101011 | e89093e8b7ab |
EUC-JP | 關楢キォ | 1110111111110000110001101110101010001110101101111000111010101011 | eff0c6ea8eb78eab |
UTF-8 | 關楢キォ | 111010011001011110011100111001101010010110100010111011111011110110110111111011111011110110101011 | e9979ce6a5a2efbdb7efbdab |
UHC | 關楢?? | 110011101011110011101010111110010011111100111111 | cebceaf93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)