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 | ññ§²] | 1111000111110001101001111011001001011101 | f1f1a7b25d |
SJIS-WIN | ??§?] | 001111110011111110000001100110000011111101011101 | 3f3f81983f5d |
EUC-JP | ññ§?] | 10001111101010111101000010001111101010111101000010100001111110000011111101011101 | 8fabd08fabd0a1f83f5d |
UTF-8 | ññ§²] | 110000111011000111000011101100011100001010100111110000101011001001011101 | c3b1c3b1c2a7c2b25d |
UHC | ??§²] | 00111111001111111010000111010111101010011111011101011101 | 3f3fa1d7a9f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)