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????A | 00111111010101110011111100111111001111110011111101000001 | 3f573f3f3f3f41 |
SJIS-WIN | ?W????A | 00111111010101110011111100111111001111110011111101000001 | 3f573f3f3f3f41 |
EUC-JP | ?W????A | 00111111010101110011111100111111001111110011111101000001 | 3f573f3f3f3f41 |
UTF-8 | 창W혨첫혨챤A | 1110110010110000101111010101011111101101100110001010100011101100101100101010101111101101100110001010100011101100101100011010010001000001 | ecb0bd57ed98a8ecb2abed98a8ecb1a441 |
UHC | 창W혨첫혨챤A | 110000111010001001010111110000101001000011000011101110011100001010010000110000111010111001000001 | c3a257c290c3b9c290c3ae41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)