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 | ?????U^ | 00111111001111110011111100111111001111110101010101011110 | 3f3f3f3f3f555e |
SJIS-WIN | ?????U^ | 00111111001111110011111100111111001111110101010101011110 | 3f3f3f3f3f555e |
EUC-JP | ?????U^ | 00111111001111110011111100111111001111110101010101011110 | 3f3f3f3f3f555e |
UTF-8 | 렻┙┖ㅔ렊U^ | 1110101110100000101110111110001010010100100110011110001010010100100101101110001110000101100101001110101110100000100010100101010101011110 | eba0bbe29499e29496e38594eba08a555e |
UHC | 렻┙┖ㅔ렊U^ | 100011101100001110100110110001001010011011000101101001001100010010001110101000010101010101011110 | 8ec3a6c4a6c5a4c48ea1555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)