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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遘フケ | 111001111010011111110100101101101100110010111001 | e7a7f4b6ccb9 |
EUC-JP | 遘?フケ | 11101110101010010011111110001110110011001000111010111001 | eea93f8ecc8eb9 |
UTF-8 | 遘フケ | 111010011000000110011000111011101000110110100101111011111011111010001100111011111011110110111001 | e98198ee8da5efbe8cefbdb9 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)