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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巐倣嚆躬 | 1111101010110110100101011110110110011010100001011110011101011010 | fab695ed9a85e75a |
EUC-JP | 巐倣嚆躬 | 100011111011101111111001110010101110111111010011111001011110110110111011 | 8fbbf9caefd3e5edbb |
UTF-8 | 巐倣嚆躬 | 111001011011011110010000111001011000000010100011111001011001101010000110111010001011101010101100 | e5b790e580a3e59a86e8baac |
UHC | ?倣嚆躬 | 00111111110110111010011111111100111101111100111111100101 | 3fdba7fcf7cfe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)