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 | 稈稙}稈稙{^ | 1110001001100010111000100110010101111101111000100110001011100010011001010111101101011110 | e262e2657de262e2657b5e |
EUC-JP | 稈稙}稈稙{^ | 1110001111000011111000111100011001111101111000111100001111100011110001100111101101011110 | e3c3e3c67de3c3e3c67b5e |
UTF-8 | 稈稙}稈稙{^ | 111001111010100010001000111001111010100010011001011111011110011110101000100010001110011110101000100110010111101101011110 | e7a888e7a8997de7a888e7a8997b5e |
UHC | 稈稙}稈稙{^ | 1100101011011001111100101100001001111101110010101101100111110010110000100111101101011110 | cad9f2c27dcad9f2c27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)