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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 齬??縊i?] | 11101010100101110011111100111111111000110110111110000010100010010011111101011101 | ea973f3fe36f82893f5d |
EUC-JP | 齬??縊i?] | 11110011111101110011111100111111111001011101000010100011111010010011111101011101 | f3f73f3fe5d0a3e93f5d |
UTF-8 | 齬잙젉縊i듁] | 11101001101111011010110011101100100111101001100111101100101000001000100111100111101110001000101011101111101111011000100111101011100100111000000101011101 | e9bdacec9e99eca089e7b88aefbd89eb93815d |
UHC | 齬잙젉縊i듁] | 11100101111000011001111111101011101000001000101111100100111111001010001111101001100010101011011001011101 | e5e19feba08be4fca3e98ab65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)