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 | 摯??莎o遠 | 10011101100101010011111100111111111001001011001110000010100011111000100110010011 | 9d953f3fe4b3828f8993 |
EUC-JP | 摯??莎o遠 | 11011001111101010011111100111111111010001011010110100011111011111011000111110011 | d9f53f3fe8b5a3efb1f3 |
UTF-8 | 摯쿠렢莎o遠 | 111001101001000110101111111011001011111110100000111010111010000010100010111010001000111010001110111011111011110110001111111010011000000110100000 | e691afecbfa0eba0a2e88e8eefbd8fe981a0 |
UHC | 摯쿠렢莎o遠 | 111100101010011111000100111011011000111010110011110111101110110110100011111011111110101011000000 | f2a7c4ed8eb3deeda3efeac0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)