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???H | 001111110101101000111111001111110011111101001000 | 3f5a3f3f3f48 |
SJIS-WIN | ?Z???H | 001111110101101000111111001111110011111101001000 | 3f5a3f3f3f48 |
EUC-JP | ?Z???H | 001111110101101000111111001111110011111101001000 | 3f5a3f3f3f48 |
UTF-8 | 챈Z혟챔혢H | 1110110010110001100010000101101011101101100110001001111111101100101100011001010011101101100110001010001001001000 | ecb1885aed989fecb194ed98a248 |
UHC | 챈Z혟챔혢H | 11000011101001100101101011000010100010011100001110101000110000101000101101001000 | c3a65ac289c3a8c28b48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)