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 | ?燉}?燉{^ | 001111111110000010010111011111010011111111100000100101110111101101011110 | 3fe0977d3fe0977b5e |
EUC-JP | ?燉}?燉{^ | 001111111101111111110111011111010011111111011111111101110111101101011110 | 3fdff77d3fdff77b5e |
UTF-8 | 몸燉}몸燉{^ | 111010111010101010111000111001111000011110001001011111011110101110101010101110001110011110000111100010010111101101011110 | ebaab8e787897debaab8e787897b5e |
UHC | 몸燉}몸燉{^ | 1011100011110110110101001100100101111101101110001111011011010100110010010111101101011110 | b8f6d4c97db8f6d4c97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)