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 | 10001110110110101111101101001110 | 8edafb4e |
SJIS-WIN | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
EUC-JP | ?ÚûN | 0011111110001111101010101110001010001111101010111110010101001110 | 3f8faae28fabe54e |
UTF-8 | ÚûN | 11000010100011101100001110011010110000111011101101001110 | c28ec39ac3bb4e |
UHC | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)