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?? | 001111110011111100111111010110100011111100111111 | 3f3f3f5a3f3f |
SJIS-WIN | ???Z?? | 001111110011111100111111010110100011111100111111 | 3f3f3f5a3f3f |
EUC-JP | ???Z?? | 001111110011111100111111010110100011111100111111 | 3f3f3f5a3f3f |
UTF-8 | 혧챔청Z챕횏 | 11101101100110001010011111101100101100011001010011101100101100101010110101011010111011001011000110010101111011011001101010001111 | ed98a7ecb194ecb2ad5aecb195ed9a8f |
UHC | 혧챔청Z챕횏 | 1100001010001111110000111010100011000011101110110101101011000011101010011100001110001011 | c28fc3a8c3bb5ac3a9c38b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)