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 | ?C?]?K?? | 0011111101000011001111110101110100111111010010110011111100111111 | 3f433f5d3f4b3f3f |
SJIS-WIN | ?C?]?K?? | 0011111101000011001111110101110100111111010010110011111100111111 | 3f433f5d3f4b3f3f |
EUC-JP | ?C?]?K?? | 0011111101000011001111110101110100111111010010110011111100111111 | 3f433f5d3f4b3f3f |
UTF-8 | 혪C혪]혪K혩쨉 | 111011011001100010101010010000111110110110011000101010100101110111101101100110001010101001001011111011011001100010101001111011001010100010001001 | ed98aa43ed98aa5ded98aa4bed98a9eca889 |
UHC | 혪C혪]혪K혩쨉 | 11000010100100100100001111000010100100100101110111000010100100100100101111000010100100011100001010110101 | c29243c2925dc2924bc291c2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)