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 | スロリウ省 | 101111011101101111011000101100111000111111001000 | bddbd8b38fc8 |
EUC-JP | スロリウ省 | 10001110101111011000111011011011100011101101100010001110101100111011111011001010 | 8ebd8edb8ed88eb3beca |
UTF-8 | スロリウ省 | 111011111011110110111101111011111011111010011011111011111011111010011000111011111011110110110011111001111001110010000001 | efbdbdefbe9befbe98efbdb3e79c81 |
UHC | ????省 | 001111110011111100111111001111111110000011111101 | 3f3f3f3fe0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)