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 | 驪怜シ城距閠 | 1110100110001011100101111110010110111100100011111110100110001011100101111110100010000000 | e98b97e5bc8fe98b97e880 |
EUC-JP | 驪怜シ城距閠 | 111100011110101111001110111001111000111010111100101111101110101110110101111101111110111111100000 | f1ebcee78ebcbeebb5f7efe0 |
UTF-8 | 驪怜シ城距閠 | 111010011010100110101010111001101000000010011100111011111011110110111100111001011001111110001110111010001011011110011101111010011001011010100000 | e9a9aae6809cefbdbce59f8ee8b79de996a0 |
UHC | 驪怜?城距? | 11010101111100011101011010111011001111111110000011110010110010111110010100111111 | d5f1d6bb3fe0f2cbe53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)