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 | 祭絅?? | 100011011101010111100011010001000011111100111111 | 8dd5e3443f3f |
EUC-JP | 祭絅?? | 101110101101011111100101101001010011111100111111 | bad7e5a53f3f |
UTF-8 | 祭絅렜렲 | 111001111010010110101101111001111011010110000101111010111010000010011100111010111010000010110010 | e7a5ade7b585eba09ceba0b2 |
UHC | 祭絅렜렲 | 1111000010101110110011001110011110001110101011101000111010111111 | f0aecce78eae8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)