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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 輯?? | 10001111010100110011111100111111 | 8f533f3f |
EUC-JP | 輯?? | 10111101101101000011111100111111 | bdb43f3f |
UTF-8 | 輯렟桭 | 111010001011110010101111111010111010000010011111111001101010000110101101 | e8bcafeba09fe6a1ad |
UHC | 輯렟桭 | 111100101111111010001110101100001111001011001101 | f2fe8eb0f2cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)