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 | 魄礼軸裄ス鬯 | 1110100110101110100101111110011110001110101100101110010111100000101111011110100110101100 | e9ae97e78eb2e5e0bde9ac |
EUC-JP | 魄礼軸裄ス鬯 | 111100101011000011001110111010011011110010110100111010101110001010001110101111011111001010101110 | f2b0cee9bcb4eae28ebdf2ae |
UTF-8 | 魄礼軸裄ス鬯 | 111010011010110110000100111001111010010010111100111010001011101110111000111010001010001110000100111011111011110110111101111010011010110010101111 | e9ad84e7a4bce8bbb8e8a384efbdbde9acaf |
UHC | 魄?軸??? | 1101101111011110001111111111010111101110001111110011111100111111 | dbde3ff5ee3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)