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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????押 | 0011111100111111001111110011111100111111001111111000100110011111 | 3f3f3f3f3f3f899f |
EUC-JP | ??????押 | 0011111100111111001111110011111100111111001111111011001010100001 | 3f3f3f3f3f3fb2a1 |
UTF-8 | 略듬죭琉됲녃押 | 111011111010010110110110111010111001001110101100111011001010001110101101111011111010011110001100111010111001000010110010111010111000010110000011111001101000101010111100 | efa5b6eb93aceca3adefa78ceb90b2eb8583e68abc |
UHC | 略듬죭琉됲녃押 | 1110010110110010101101011110101110100001100010001110101110100100100010011110110110000110101110111110010011100011 | e5b2b5eba188eba489ed86bbe4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)