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 | 軏冗汞薰ャ邂 | 1111101110110010100011111110011110011111100001111111101110011110101011001110011110101110 | fbb28fe79f87fb9eace7ae |
EUC-JP | 軏冗汞?ャ邂 | 100011111110000011011001101111101110100111011101111001110011111110001110101011001110111010110000 | 8fe0d9bee9dde73f8eaceeb0 |
UTF-8 | 軏冗汞薰ャ邂 | 111010001011101110001111111001011000011010010111111001101011000110011110111010001001011010110000111011111011110110101100111010011000001010000010 | e8bb8fe58697e6b19ee896b0efbdace98282 |
UHC | ?冗汞薰?邂 | 00111111111010011011011111111011111100011111110110111001001111111111101010110011 | 3fe9b7fbf1fdb93ffab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)