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 | 借車雉蒔磁 | 10001110110110001000111011010100111010001011001110001110101010101000111010100101 | 8ed88ed4e8b38eaa8ea5 |
EUC-JP | 借車雉蒔磁 | 10111100110110101011110011010110111100001011010110111100101011001011110010100111 | bcdabcd6f0b5bcacbca7 |
UTF-8 | 借車雉蒔磁 | 111001011000000010011111111010001011101110001010111010011001101110001001111010001001001010010100111001111010001110000001 | e5809fe8bb8ae99b89e89294e7a381 |
UHC | 借車雉蒔磁 | 11110011101010001111001110110011111101101100101111100011110010001110110110111000 | f3a8f3b3f6cbe3c8edb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)