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 | 矗呱」カ褂榊 | 11100001110111101001100111101011101000111011011011100101111001101000110111100101 | e1de99eba3b6e5e68de5 |
EUC-JP | 矗呱」カ褂榊 | 111000101110000011010010111011011000111010100011100011101011011011101010111010001011101011100111 | e2e0d2ed8ea38eb6eae8bae7 |
UTF-8 | 矗呱」カ褂榊 | 111001111001111110010111111001011001000110110001111011111011110110100011111011111011110110110110111010001010010010000010111001101010011010001010 | e79f97e591b1efbda3efbdb6e8a482e6a68a |
UHC | 矗呱???? | 1111010110111000110011011011001000111111001111110011111100111111 | f5b8cdb23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)