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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???揖??? | 0011111100111111001111111001011101001011001111110011111100111111 | 3f3f3f974b3f3f3f |
EUC-JP | ???揖??? | 0011111100111111001111111100110110101100001111110011111100111111 | 3f3f3fcdac3f3f3f |
UTF-8 | 閱뤿톪揖썼쫨類 | 111010011001011010110001111010111010010010111111111011011000011010101010111001101000111110010110111011001000110110111100111011001010101110101000111011111010011110010000 | e996b1eba4bfed86aae68f96ec8dbcecaba8efa790 |
UHC | 閱뤿톪揖썼쫨類 | 1110011011110011100011111110101110110111100000101110101111100111101111011110100010100110100000011110101110111010 | e6f38febb782ebe7bde8a681ebba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)