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{^ | 1000110001100000001111110110111001111101100011000110000000111111011011100111101101011110 | 8c603f6e7d8c603f6e7b5e |
EUC-JP | 形?n}形?n{^ | 1011011111000001001111110110111001111101101101111100000100111111011011100111101101011110 | b7c13f6e7db7c13f6e7b5e |
UTF-8 | 形걇n}形걇n{^ | 1110010110111101101000101110101010110001100001110110111001111101111001011011110110100010111010101011000110000111011011100111101101011110 | e5bda2eab1876e7de5bda2eab1876e7b5e |
UHC | 形걇n}形걇n{^ | 11111011101000011000000101101111011011100111110111111011101000011000000101101111011011100111101101011110 | fba1816f6e7dfba1816f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)