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 | 10001111101010111110010110100001111010011111101101001110 | 8fabe5a1e9fb4e |
SJIS-WIN | ??????N | 00111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f4e |
EUC-JP | ??å¡éûN | 001111110011111110001111101010111010100110001111101000101100001010001111101010111011000110001111101010111110010101001110 | 3f3f8faba98fa2c28fabb18fabe54e |
UTF-8 | «å¡éûN | 11000010100011111100001010101011110000111010010111000010101000011100001110101001110000111011101101001110 | c28fc2abc3a5c2a1c3a9c3bb4e |
UHC | ???¡??N | 0011111100111111001111111010001010101110001111110011111101001110 | 3f3f3fa2ae3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)