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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 轤、闊檎洌 | 111001111000001010100100111010001000100010001100111001111001111110101110 | e782a4e8888ce79fae |
EUC-JP | 轤、闊檎洌 | 11101101111000101000111010100100111011111110100010111000111010011101111010110000 | ede28ea4efe8b8e9deb0 |
UTF-8 | 轤、闊檎洌 | 111010001011110110100100111011111011110110100100111010011001011110001010111001101010101010001110111001101011010010001100 | e8bda4efbda4e9978ae6aa8ee6b48c |
UHC | ??闊檎洌 | 0011111100111111111111001100010011010000110101011101011010101100 | 3f3ffcc4d0d5d6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)