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 | 顏簿骨籬 | 1110100011111000100101011110101110001101100111001110001011011111 | e8f895eb8d9ce2df |
EUC-JP | 顏簿骨籬 | 1111000011111010110010101110110110111001111111001110010011100001 | f0facaedb9fce4e1 |
UTF-8 | 顏簿骨籬 | 111010011010000110001111111001111011000010111111111010011010101010101000111001111011000110101100 | e9a18fe7b0bfe9aaa8e7b1ac |
UHC | ?簿骨籬 | 00111111110111011010110111001101111010011101011111100110 | 3fddadcde9d7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)