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 | 髣暮ッ帛援 | 111010011001011110010101111010011010111110011011111001011000100110000111 | e99795e9af9be58987 |
EUC-JP | 髣暮ッ帛援 | 11110001111101111100101011101011100011101010111111010110111001111011000111100111 | f1f7caeb8eafd6e7b1e7 |
UTF-8 | 髣暮ッ帛援 | 111010011010101110100011111001101001101010101110111011111011110110101111111001011011100010011011111001101000111110110100 | e9aba3e69aaeefbdafe5b89be68fb4 |
UHC | ?暮?帛援 | 0011111111011001101110100011111111011011110110011110101010110101 | 3fd9ba3fdbd9eab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)