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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 而?助?蹇 | 1000111010100111001111111000111110010101001111111110011101000000 | 8ea73f8f953fe740 |
EUC-JP | 而?助?蹇 | 1011110010101001001111111011110111110101001111111110110110100001 | bca93fbdf53feda1 |
UTF-8 | 而렖助대蹇 | 111010001000000010001100111010111010000010010110111001011000101010101001111010111000110010000000111010001011100110000111 | e8808ceba096e58aa9eb8c80e8b987 |
UHC | 而렖助대蹇 | 11101100101110111000111010101011111100001011111010110100111010111100101111110100 | ecbb8eabf0beb4ebcbf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)