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 | 邂乗サ鷹▲ | 111001111010111010001111111001101011101110010001111010011000000110100011 | e7ae8fe6bb91e981a3 |
EUC-JP | 邂乗サ鷹▲ | 11101110101100001011111011101000100011101011101111000010111010111010001010100101 | eeb0bee88ebbc2eba2a5 |
UTF-8 | 邂乗サ鷹▲ | 111010011000001010000010111001001011100110010111111011111011110110111011111010011011011110111001111000101001011010110010 | e98282e4b997efbdbbe9b7b9e296b2 |
UHC | 邂??鷹▲ | 1111101010110011001111110011111111101011111011011010000111100011 | fab33f3febeda1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)