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 | ???兀? | 001111110011111100111111100110010101100100111111 | 3f3f3f99593f |
EUC-JP | ???兀? | 001111110011111100111111110100011011101000111111 | 3f3f3fd1ba3f |
UTF-8 | 連든겮兀뢯 | 111011111010011010011010111010111001001110100000111010101011001010101110111001011000010110000000111010111010001010101111 | efa69aeb93a0eab2aee58580eba2af |
UHC | 連든겮兀뢯 | 11100110111001101011010111100111100000011011110011101000101101001000111101101111 | e6e6b5e781bce8b48f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)