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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 銓倥Ρ菴剰傑 | 111001111111001010011000111000111000001110101111111001001011110110001111111010001000110010000110 | e7f298e383afe4bd8fe88c86 |
EUC-JP | 銓倥Ρ菴剰傑 | 111011101111010011010000111001011010011010110001111010001011111110111110111010101011011111100110 | eef4d0e5a6b1e8bfbeeab7e6 |
UTF-8 | 銓倥Ρ菴剰傑 | 1110100110001010100100111110010110000000101001011100111010100001111010001000111110110100111001011000100110110000111001011000001010010001 | e98a93e580a5cea1e88fb4e589b0e58291 |
UHC | 銓?Ρ菴?傑 | 11101111101100000011111110100101110100011110010011100000001111111100101111111000 | efb03fa5d1e4e03fcbf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)