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{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | 邂砿N}邂砿N{^ | 11100111101011101000110101111011010011100111110111100111101011101000110101111011010011100111101101011110 | e7ae8d7b4e7de7ae8d7b4e7b5e |
EUC-JP | 邂砿N}邂砿N{^ | 11101110101100001011100111011100010011100111110111101110101100001011100111011100010011100111101101011110 | eeb0b9dc4e7deeb0b9dc4e7b5e |
UTF-8 | 邂砿N}邂砿N{^ | 1110100110000010100000101110011110100000101111110100111001111101111010011000001010000010111001111010000010111111010011100111101101011110 | e98282e7a0bf4e7de98282e7a0bf4e7b5e |
UHC | 邂?N}邂?N{^ | 1111101010110011001111110100111001111101111110101011001100111111010011100111101101011110 | fab33f4e7dfab33f4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)