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 | ?〓?愿? | 00111111100000011010110000111111100111001100001100111111 | 3f81ac3f9cc33f |
EUC-JP | 濚〓?愿? | 100011111100100110100001101000101010111000111111110110001100010100111111 | 8fc9a1a2ae3fd8c53f |
UTF-8 | 濚〓뻹愿췇 | 111001101011111110011010111000111000000010010011111010111011101110111001111001101000010010111111111011001011011110000111 | e6bf9ae38093ebbbb9e684bfecb787 |
UHC | 濚〓뻹愿췇 | 11100111101110011010000111101011100101101000010011101010101101001010111001000010 | e7b9a1eb9684eab4ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)