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 | ?焉}?焉{^ | 001111111110000010000001011111010011111111100000100000010111101101011110 | 3fe0817d3fe0817b5e |
EUC-JP | ?焉}?焉{^ | 001111111101111111100001011111010011111111011111111000010111101101011110 | 3fdfe17d3fdfe17b5e |
UTF-8 | 둿焉}둿焉{^ | 111010111001000110111111111001111000010010001001011111011110101110010001101111111110011110000100100010010111101101011110 | eb91bfe784897deb91bfe784897b5e |
UHC | 둿焉}둿焉{^ | 1000101001111000111001011110101001111101100010100111100011100101111010100111101101011110 | 8a78e5ea7d8a78e5ea7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)