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 | 驕ョ鮖ソ螳、 | 111010011000000110101110111010011011100110111111111001011010111010100100 | e981aee9b9bfe5aea4 |
EUC-JP | 驕ョ鮖ソ螳、 | 111100011110000110001110101011101111001010111011100011101011111111101010101100001000111010100100 | f1e18eaef2bb8ebfeab08ea4 |
UTF-8 | 驕ョ鮖ソ螳、 | 111010011010100110010101111011111011110110101110111010011010111010010110111011111011110110111111111010001001111010110011111011111011110110100100 | e9a995efbdaee9ae96efbdbfe89eb3efbda4 |
UHC | 驕???螳? | 1100111011110110001111110011111100111111110100111101100100111111 | cef63f3f3fd3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)