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 | ?W????\ | 00111111010101110011111100111111001111110011111101011100 | 3f573f3f3f3f5c |
SJIS-WIN | ?W????\ | 00111111010101110011111100111111001111110011111101011100 | 3f573f3f3f3f5c |
EUC-JP | ?W????\ | 00111111010101110011111100111111001111110011111101011100 | 3f573f3f3f3f5c |
UTF-8 | 창W창쨉횪징\ | 1110110010110000101111010101011111101100101100001011110111101100101010001000100111101101100110101010101011101100101001111001010101011100 | ecb0bd57ecb0bdeca889ed9aaaeca7955c |
UHC | 창W창쨉횪징\ | 110000111010001001010111110000111010001011000010101101011100001110100000110000101010000101011100 | c3a257c3a2c2b5c3a0c2a15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)