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???Z??^ | 001111110101101000111111001111110011111101011010001111110011111101011110 | 3f5a3f3f3f5a3f3f5e |
SJIS-WIN | ?Z???Z??^ | 001111110101101000111111001111110011111101011010001111110011111101011110 | 3f5a3f3f3f5a3f3f5e |
EUC-JP | ?Z???Z??^ | 001111110101101000111111001111110011111101011010001111110011111101011110 | 3f5a3f3f3f5a3f3f5e |
UTF-8 | 창Z혰혵창Z혵짚^ | 111011001011000010111101010110101110110110011000101100001110110110011000101101011110110010110000101111010101101011101101100110001011010111101100101001111001101001011110 | ecb0bd5aed98b0ed98b5ecb0bd5aed98b5eca79a5e |
UHC | 창Z혰혵창Z혵짚^ | 110000111010001001011010110000101001011111000010100111001100001110100010010110101100001010011100110000101010010001011110 | c3a25ac297c29cc3a25ac29cc2a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)