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 | 域??逸?域 | 100010001110011000111111001111111000100011101101001111111000100011100110 | 88e63f3f88ed3f88e6 |
EUC-JP | 域??逸?域 | 101100001110100000111111001111111011000011101111001111111011000011101000 | b0e83f3fb0ef3fb0e8 |
UTF-8 | 域띕낑逸쐰域 | 111001011001111110011111111010111001110110010101111010111000001010010001111010011000000010111000111011001001000010110000111001011001111110011111 | e59f9feb9d95eb8291e980b8ec90b0e59f9f |
UHC | 域띕낑逸쐰域 | 111001101011010010110110111010111011001110101001111011001110111110111101111111101110011010110100 | e6b4b6ebb3a9ecefbdfee6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)