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챈 | 11101100101100011000100011101101100110001001011111101101100110001010010101011010111011001011000110001000 | ecb188ed9897ed98a55aecb188 |
UHC | 챈혗혥Z챈 | 110000111010011011000010100000101100001010001101010110101100001110100110 | c3a6c282c28d5ac3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)