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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | ?溶n}?溶n{^ | 0011111110010111011011100110111001111101001111111001011101101110011011100111101101011110 | 3f976e6e7d3f976e6e7b5e |
EUC-JP | ?溶n}?溶n{^ | 0011111111001101110011110110111001111101001111111100110111001111011011100111101101011110 | 3fcdcf6e7d3fcdcf6e7b5e |
UTF-8 | 쉇溶n}쉇溶n{^ | 1110110010001001100001111110011010111010101101100110111001111101111011001000100110000111111001101011101010110110011011100111101101011110 | ec8987e6bab66e7dec8987e6bab66e7b5e |
UHC | 쉇溶n}쉇溶n{^ | 10011010011000101110100111000001011011100111110110011010011000101110100111000001011011100111101101011110 | 9a62e9c16e7d9a62e9c16e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)