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 | 葯щ?唯?? | 111001001101111010000100100010110011111110010111010000100011111100111111 | e4de848b3f97423f3f |
EUC-JP | 葯щ?唯?? | 111010001110000010100111111010110011111111001101101000110011111100111111 | e8e0a7eb3fcda33f3f |
UTF-8 | 葯щ맩唯뽨틠 | 1110100010010001101011111101000110001001111010111010011110101001111001011001010010101111111010111011110110101000111011011000101110100000 | e891afd189eba7a9e594afebbda8ed8ba0 |
UHC | 葯щ맩唯뽨틠 | 111001011011010110101100111010111001000010110001111010101110011010010110111001001011101010001100 | e5b5aceb90b1eae696e4ba8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)