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 | 驕ッ蝣、邊歐 | 11101001100000011010111111100101101000001010010011100111101100101001111101011110 | e981afe5a0a4e7b29f5e |
EUC-JP | 驕ッ蝣、邊歐 | 111100011110000110001110101011111110101010100010100011101010010011101110101101001101110110111111 | f1e18eafeaa28ea4eeb4ddbf |
UTF-8 | 驕ッ蝣、邊歐 | 111010011010100110010101111011111011110110101111111010001001110110100011111011111011110110100100111010011000001010001010111001101010110110010000 | e9a995efbdafe89da3efbda4e9828ae6ad90 |
UHC | 驕???邊歐 | 110011101111011000111111001111110011111111011100101010111100111110110001 | cef63f3f3fdcabcfb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)