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 | ???Z? | 0011111100111111001111110101101000111111 | 3f3f3f5a3f |
SJIS-WIN | ???Z? | 0011111100111111001111110101101000111111 | 3f3f3f5a3f |
EUC-JP | ???Z? | 0011111100111111001111110101101000111111 | 3f3f3f5a3f |
UTF-8 | 혧챔청Z챕 | 11101101100110001010011111101100101100011001010011101100101100101010110101011010111011001011000110010101 | ed98a7ecb194ecb2ad5aecb195 |
UHC | 혧챔청Z챕 | 110000101000111111000011101010001100001110111011010110101100001110101001 | c28fc3a8c3bb5ac3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)