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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?船}?船{^ | 001111111001000101000100011111010011111110010001010001000111101101011110 | 3f91447d3f91447b5e |
EUC-JP | ?船}?船{^ | 001111111100000110100101011111010011111111000001101001010111101101011110 | 3fc1a57d3fc1a57b5e |
UTF-8 | 쨩船}쨩船{^ | 111011001010100010101001111010001000100010111001011111011110110010101000101010011110100010001000101110010111101101011110 | eca8a9e888b97deca8a9e888b97b5e |
UHC | 쨩船}쨩船{^ | 1100001010111011111000001100111101111101110000101011101111100000110011110111101101011110 | c2bbe0cf7dc2bbe0cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)