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 | 陞サ讒ォ螽シ | 111010001001111010111011111001101010011110101011111001011010100010111100 | e89ebbe6a7abe5a8bc |
EUC-JP | 陞サ讒ォ螽シ | 111011111111111010001110101110111110110010101001100011101010101111101010101010101000111010111100 | effe8ebbeca98eabeaaa8ebc |
UTF-8 | 陞サ讒ォ螽シ | 111010011001100110011110111011111011110110111011111010001010111010010010111011111011110110101011111010001001111010111101111011111011110110111100 | e9999eefbdbbe8ae92efbdabe89ebdefbdbc |
UHC | 陞?讒??? | 1110001110110011001111111111001111011000001111110011111100111111 | e3b33ff3d83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)