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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | ヤキ霍E | 1101010010110111111010001011011101000101 | d4b7e8b745 |
EUC-JP | ヤキ霍E | 10001110110101001000111010110111111100001011100101000101 | 8ed48eb7f0b945 |
UTF-8 | ヤキ霍E | 11101111101111101001010011101111101111011011011111101001100111001000110101000101 | efbe94efbdb7e99c8d45 |
UHC | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)