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 | 遲スホコ塚 | 11100111101011011011110111001110101110101111101010011100 | e7adbdcebafa9c |
EUC-JP | 遲スホコ? | 111011101010111110001110101111011000111011001110100011101011101000111111 | eeaf8ebd8ece8eba3f |
UTF-8 | 遲スホコ塚 | 111010011000000110110010111011111011110110111101111011111011111010001110111011111011110110111010111011111010100010010000 | e981b2efbdbdefbe8eefbdbaefa890 |
UHC | 遲???? | 111100101100000000111111001111110011111100111111 | f2c03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)