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 | 獰??訟 | 111000001101011000111111001111111000111111010111 | e0d63f3f8fd7 |
EUC-JP | 獰??訟 | 111000001101100000111111001111111011111011011001 | e0d83f3fbed9 |
UTF-8 | 獰덌퐣訟 | 111001111000110110110000111010111000110110001100111011011001000010100011111010001010100010011111 | e78db0eb8d8ced90a3e8a89f |
UHC | 獰덌퐣訟 | 1110011110111110100010001110111110111101100011001110000111101000 | e7be88efbd8ce1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)