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 | ?e?g?}??^F | 00111111011001010011111101100111001111110111110100111111001111110101111001000110 | 3f653f673f7d3f3f5e46 |
SJIS-WIN | ?e?g?}??^F | 00111111011001010011111101100111001111110111110100111111001111110101111001000110 | 3f653f673f7d3f3f5e46 |
EUC-JP | ?e?g?}??^F | 00111111011001010011111101100111001111110111110100111111001111110101111001000110 | 3f653f673f7d3f3f5e46 |
UTF-8 | 창e창g횪}창혱^F | 1110110010110000101111010110010111101100101100001011110101100111111011011001101010101010011111011110110010110000101111011110110110011000101100010101111001000110 | ecb0bd65ecb0bd67ed9aaa7decb0bded98b15e46 |
UHC | 창e창g횪}창혱^F | 110000111010001001100101110000111010001001100111110000111010000001111101110000111010001011000010100110000101111001000110 | c3a265c3a267c3a07dc3a2c2985e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)