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 | 浯夭い | 111110101111110010011010111011101000001010100010 | fafc9aee82a2 |
EUC-JP | 浯夭い | 10001111110001111100001111010100111100001010010010100100 | 8fc7c3d4f0a4a4 |
UTF-8 | 浯夭い | 111001101011010110101111111001011010010010101101111000111000000110000100 | e6b5afe5a4ade38184 |
UHC | ?夭い | 0011111111101000111011001010101010100100 | 3fe8ecaaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)