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 | 巐倣嚀巐、巐 | 1111101010110110100101011110110110011010100001101111101010110110101001001111101010110110 | fab695ed9a86fab6a4fab6 |
EUC-JP | 巐倣嚀巐、巐 | 100011111011101111111001110010101110111111010011111001101000111110111011111110011000111010100100100011111011101111111001 | 8fbbf9caefd3e68fbbf98ea48fbbf9 |
UTF-8 | 巐倣嚀巐、巐 | 111001011011011110010000111001011000000010100011111001011001101010000000111001011011011110010000111011111011110110100100111001011011011110010000 | e5b790e580a3e59a80e5b790efbda4e5b790 |
UHC | ?倣???? | 00111111110110111010011100111111001111110011111100111111 | 3fdba73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)