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 | 漬?迂敎?? | 100100101101000000111111100010010100100111111010110011010011111100111111 | 92d03f8949facd3f3f |
EUC-JP | 漬?迂??? | 1100010011010010001111111011000110101010001111110011111100111111 | c4d23fb1aa3f3f3f |
UTF-8 | 漬렓迂敎렎렋 | 111001101011110010101100111010111010000010010011111010001011111110000010111001101001010110001110111010111010000010001110111010111010000010001011 | e6bcaceba093e8bf82e6958eeba08eeba08b |
UHC | 漬렓迂敎렎렋 | 111100101011000010001110101010001110100111100110110011101110011110001110101001001000111010100010 | f2b08ea8e9e6cee78ea48ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)