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???S^ | 001111110011111100111111010110100011111100111111001111110101001101011110 | 3f3f3f5a3f3f3f535e |
SJIS-WIN | ???Z???S^ | 001111110011111100111111010110100011111100111111001111110101001101011110 | 3f3f3f5a3f3f3f535e |
EUC-JP | ???Z???S^ | 001111110011111100111111010110100011111100111111001111110101001101011110 | 3f3f3f5a3f3f3f535e |
UTF-8 | 챠혳짧Z챠혱징S^ | 111011001011000110100000111011011001100010110011111011001010011110100111010110101110110010110001101000001110110110011000101100011110110010100111100101010101001101011110 | ecb1a0ed98b3eca7a75aecb1a0ed98b1eca795535e |
UHC | 챠혳짧Z챠혱징S^ | 110000111010110111000010100110101100001010101010010110101100001110101101110000101001100011000010101000010101001101011110 | c3adc29ac2aa5ac3adc298c2a1535e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)