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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 巍??也щ?E | 10011011110110010011111100111111100101101110011110000100100010110011111101000101 | 9bd93f3f96e7848b3f45 |
EUC-JP | 巍??也щ?E | 11010110110110110011111100111111110011001110100110100111111010110011111101000101 | d6db3f3fcce9a7eb3f45 |
UTF-8 | 巍띾젙也щ젽E | 111001011011011110001101111010111001110110111110111011001010000010011001111001001011100110011111110100011000100111101100101000001011110101000101 | e5b78deb9dbeeca099e4b99fd189eca0bd45 |
UHC | 巍띾젙也щ젽E | 11101000111001001000110111101011101000001001010111100101101001011010110011101011101000001010111101000101 | e8e48deba095e5a5aceba0af45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)