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 | ??????w | 00111111001111110011111100111111001111110011111101110111 | 3f3f3f3f3f3f77 |
SJIS-WIN | ??????w | 00111111001111110011111100111111001111110011111101110111 | 3f3f3f3f3f3f77 |
EUC-JP | ??????w | 00111111001111110011111100111111001111110011111101110111 | 3f3f3f3f3f3f77 |
UTF-8 | 챈짱짭책혫짯w | 11101100101100011000100011101100101001111011000111101100101001111010110111101100101100011000010111101101100110001010101111101100101001111010111101110111 | ecb188eca7b1eca7adecb185ed98abeca7af77 |
UHC | 챈짱짭책혫짯w | 11000011101001101100001010101111110000101010110011000011101001011100001010010011110000101010110101110111 | c3a6c2afc2acc3a5c293c2ad77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)