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 | 遶滂スー褻 | 1110011110101011100111111110111110111101101100001110010111110110 | e7ab9fefbdb0e5f6 |
EUC-JP | 遶滂スー褻 | 11101110101011011101111011110001100011101011110110001110101100001110101011111000 | eeaddef18ebd8eb0eaf8 |
UTF-8 | 遶滂スー褻 | 111010011000000110110110111001101011101110000010111011111011110110111101111011111011110110110000111010001010010010111011 | e981b6e6bb82efbdbdefbdb0e8a4bb |
UHC | ?滂??褻 | 00111111110110111011010100111111001111111110000011100001 | 3fdbb53f3fe0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)