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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 玳瑰玳瑰^ | 111000001101110011100000111100011110000011011100111000001111000101011110 | e0dce0f1e0dce0f15e |
EUC-JP | 玳瑰玳瑰^ | 111000001101111011100000111100111110000011011110111000001111001101011110 | e0dee0f3e0dee0f35e |
UTF-8 | 玳瑰玳瑰^ | 11100111100011101011001111100111100100011011000011100111100011101011001111100111100100011011000001011110 | e78eb3e791b0e78eb3e791b05e |
UHC | 玳?玳?^ | 11010011111001010011111111010011111001010011111101011110 | d3e53fd3e53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)