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 | ???宜э? | 0011111100111111001111111000101101011000100001001000111100111111 | 3f3f3f8b58848f3f |
EUC-JP | 艅??宜э? | 10001111110101101111110100111111001111111011010110111001101001111110111100111111 | 8fd6fd3f3fb5b9a7ef3f |
UTF-8 | 艅덈낄宜э쭑 | 1110100010001001100001011110101110001101100010001110101110000010100001001110010110101110100111001101000110001101111011001010110110010001 | e88985eb8d88eb8284e5ae9cd18decad91 |
UHC | 艅덈낄宜э쭑 | 111001101010100110001000111010111011001110100101111010111111000110101100111011111010011110001001 | e6a988ebb3a5ebf1acefa789 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)