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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 藏?? | 11100101010101010011111100111111 | e5553f3f |
EUC-JP | 藏?? | 11101001101101100011111100111111 | e9b63f3f |
UTF-8 | 藏렟欌 | 111010001001011110001111111010111010000010011111111001101010110010001100 | e8978feba09fe6ac8c |
UHC | 藏렟欌 | 111011011111101010001110101100001110110111101011 | edfa8eb0edeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)