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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 酉??踰?? | 1001001111010001001111110011111111100110111110100011111100111111 | 93d13f3fe6fa3f3f |
EUC-JP | 酉??踰?? | 1100011011010011001111110011111111101100111111000011111100111111 | c6d33f3fecfc3f3f |
UTF-8 | 酉뺞넭踰붿뇬 | 111010011000010110001001111010111011101010011110111010111000010010101101111010001011100010110000111010111011011010111111111010111000011110101100 | e98589ebba9eeb84ade8b8b0ebb6bfeb87ac |
UHC | 酉뺞넭踰붿뇬 | 111010111011011110010101111001101000011010101100111010111011001010010100111011001011010010100100 | ebb795e686acebb294ecb4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)