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 | «¢¡ñ] | 100011111010101110100010101000011111000101011101 | 8faba2a1f15d |
SJIS-WIN | ??¢??] | 00111111001111111000000110010001001111110011111101011101 | 3f3f81913f3f5d |
EUC-JP | ??¢¡ñ] | 0011111100111111101000011111000110001111101000101100001010001111101010111101000001011101 | 3f3fa1f18fa2c28fabd05d |
UTF-8 | «¢¡ñ] | 1100001010001111110000101010101111000010101000101100001010100001110000111011000101011101 | c28fc2abc2a2c2a1c3b15d |
UHC | ???¡?] | 00111111001111110011111110100010101011100011111101011101 | 3f3f3fa2ae3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)