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 | 韆コ闥疲カ | 1110100011100110101110101110100010010010100101001110011010110110 | e8e6bae89294e6b6 |
EUC-JP | 韆コ闥疲カ | 11110000111010001000111010111010111011111111001011001000111010001000111010110110 | f0e88ebaeff2c8e88eb6 |
UTF-8 | 韆コ闥疲カ | 111010011001111110000110111011111011110110111010111010011001011110100101111001111001011010110010111011111011110110110110 | e99f86efbdbae997a5e796b2efbdb6 |
UHC | 韆??疲? | 11110100110001110011111100111111111110011010101000111111 | f4c73f3ff9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)