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 | ?智}?智{^ | 001111111001001001110001011111010011111110010010011100010111101101011110 | 3f92717d3f92717b5e |
EUC-JP | ?智}?智{^ | 001111111100001111010010011111010011111111000011110100100111101101011110 | 3fc3d27d3fc3d27b5e |
UTF-8 | 뤓智}뤓智{^ | 111010111010010010010011111001101001100110111010011111011110101110100100100100111110011010011001101110100111101101011110 | eba493e699ba7deba493e699ba7b5e |
UHC | 뤓智}뤓智{^ | 1000111111000011111100101010101001111101100011111100001111110010101010100111101101011110 | 8fc3f2aa7d8fc3f2aa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)