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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ホスエ郛ォ | 11110000101011101100111011110001100011101011110110110100111001111011110010101011 | f0aecef18ebdb4e7bcab |
EUC-JP | ?ホ?スエ郛ォ | 001111111000111011001110001111111000111010111101100011101011010011101110101111101000111010101011 | 3f8ece3f8ebd8eb4eebe8eab |
UTF-8 | ホスエ郛ォ | 111011101000000110101101111011111011111010001110111011101000010010001001111011111011110110111101111011111011110110110100111010011000001110011011111011111011110110101011 | ee81adefbe8eee8489efbdbdefbdb4e9839befbdab |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)