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 | 睾ヨ鰓ウ | 111000011100111011010110111010011101001010110011 | e1ced6e9d2b3 |
EUC-JP | 睾ヨ鰓ウ | 1110001011010000100011101101011011110010110101001000111010110011 | e2d08ed6f2d48eb3 |
UTF-8 | 睾ヨ鰓ウ | 111001111001110110111110111011111011111010010110111010011011000010010011111011111011110110110011 | e79dbeefbe96e9b093efbdb3 |
UHC | 睾??? | 1100110111000010001111110011111100111111 | cdc23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)