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 | ù¨Ê | 100100101111100110001010101010001001011111001010 | 92f98aa897ca |
SJIS-WIN | ???¨?? | 00111111001111110011111110000001010011100011111100111111 | 3f3f3f814e3f3f |
EUC-JP | ?ù?¨?Ê | 0011111110001111101010111110001100111111101000011010111100111111100011111010101010110100 | 3f8fabe33fa1af3f8faab4 |
UTF-8 | ù¨Ê | 110000101001001011000011101110011100001010001010110000101010100011000010100101111100001110001010 | c292c3b9c28ac2a8c297c38a |
UHC | ???¨?? | 00111111001111110011111110100001101001110011111100111111 | 3f3f3fa1a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)