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 | 遠橋?? | 100010011001001110001011101101000011111100111111 | 89938bb43f3f |
EUC-JP | 遠橋?? | 101100011111001110110110101101100011111100111111 | b1f3b6b63f3f |
UTF-8 | 遠橋렧렡 | 111010011000000110100000111001101010100110001011111010111010000010100111111010111010000010100001 | e981a0e6a98beba0a7eba0a1 |
UHC | 遠橋렧렡 | 1110101011000000110011101110100110001110101101101000111010110010 | eac0cee98eb68eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)