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 | 濶セ諞カ陷 | 1110100010001001101111101110011010000110101101101110100010011100 | e889bee686b6e89c |
EUC-JP | 濶セ諞カ陷 | 11101111111010011000111010111110111010111110011010001110101101101110111111111100 | efe98ebeebe68eb6effc |
UTF-8 | 濶セ諞カ陷 | 111001101011111110110110111011111011110110111110111010001010101110011110111011111011110110110110111010011001100110110111 | e6bfb6efbdbee8ab9eefbdb6e999b7 |
UHC | ????陷 | 001111110011111100111111001111111111100111101000 | 3f3f3f3ff9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)