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 | 銓倥Ρ菴剰亨 | 111001111111001010011000111000111000001110101111111001001011110110001111111010001000101110011100 | e7f298e383afe4bd8fe88b9c |
EUC-JP | 銓倥Ρ菴剰亨 | 111011101111010011010000111001011010011010110001111010001011111110111110111010101011010111111100 | eef4d0e5a6b1e8bfbeeab5fc |
UTF-8 | 銓倥Ρ菴剰亨 | 1110100110001010100100111110010110000000101001011100111010100001111010001000111110110100111001011000100110110000111001001011101010101000 | e98a93e580a5cea1e88fb4e589b0e4baa8 |
UHC | 銓?Ρ菴?亨 | 11101111101100000011111110100101110100011110010011100000001111111111101011111011 | efb03fa5d1e4e03ffafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)