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 | 睾莇レフ | 111000011100111011100100101101001101101011001100 | e1cee4b4dacc |
EUC-JP | 睾莇レフ | 1110001011010000111010001011011010001110110110101000111011001100 | e2d0e8b68eda8ecc |
UTF-8 | 睾莇レフ | 111001111001110110111110111010001000111010000111111011111011111010011010111011111011111010001100 | e79dbee88e87efbe9aefbe8c |
UHC | 睾??? | 1100110111000010001111110011111100111111 | cdc23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)