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 | ?S?}?S?{^ | 001111110101001100111111011111010011111101010011001111110111101101011110 | 3f533f7d3f533f7b5e |
SJIS-WIN | ?S?}?S?{^ | 001111110101001100111111011111010011111101010011001111110111101101011110 | 3f533f7d3f533f7b5e |
EUC-JP | ?S?}?S?{^ | 001111110101001100111111011111010011111101010011001111110111101101011110 | 3f533f7d3f533f7b5e |
UTF-8 | 채S짭}채S짭{^ | 1110110010110001100001000101001111101100101001111010110101111101111011001011000110000100010100111110110010100111101011010111101101011110 | ecb18453eca7ad7decb18453eca7ad7b5e |
UHC | 채S짭}채S짭{^ | 11000011101001000101001111000010101011000111110111000011101001000101001111000010101011000111101101011110 | c3a453c2ac7dc3a453c2ac7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)