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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 狐?狐?BF | 1000110011001111001111111000110011001111001111110100001001000110 | 8ccf3f8ccf3f4246 |
EUC-JP | 狐?狐?BF | 1011100011010001001111111011100011010001001111110100001001000110 | b8d13fb8d13f4246 |
UTF-8 | 狐렦狐렗BF | 1110011110001011100100001110101110100000101001101110011110001011100100001110101110100000100101110100001001000110 | e78b90eba0a6e78b90eba0974246 |
UHC | 狐렦狐렗BF | 11111011110011111000111010110101111110111100111110001110101011000100001001000110 | fbcf8eb5fbcf8eac4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)