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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?椰?? | 0011111110011110101111010011111100111111 | 3f9ebd3f3f |
EUC-JP | ?椰?? | 0011111111011100101111110011111100111111 | 3fdcbf3f3f |
UTF-8 | 짭椰됮눃 | 111011001010011110101101111001101010010010110000111010111001000010101110111010111000100010000011 | eca7ade6a4b0eb90aeeb8883 |
UHC | 짭椰됮눃 | 1100001010101100111001011010101110001001111010011000011110100100 | c2ace5ab89e987a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)