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 | ????舍關 | 0011111100111111001111110011111111100100011100011110100010010000 | 3f3f3f3fe471e890 |
EUC-JP | ????舍關 | 0011111100111111001111110011111111100111110100101110111111110000 | 3f3f3f3fe7d2eff0 |
UTF-8 | 렱렜뤶퓥舍關 | 111010111010000010110001111010111010000010011100111010111010010010110110111011011001001110100101111010001000100010001101111010011001011110011100 | eba0b1eba09ceba4b6ed93a5e8888de9979c |
UHC | 렱렜뤶퓥舍關 | 100011101011111010001110101011101000111111100100101111111000111011011110111011001100111010111100 | 8ebe8eae8fe4bf8edeeccebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)