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 | ïò§º | 11101111111100101010011110111010 | eff2a7ba |
SJIS-WIN | ??§? | 0011111100111111100000011001100000111111 | 3f3f81983f |
EUC-JP | ïò§º | 1000111110101011110000011000111110101011110100101010000111111000100011111010001011101011 | 8fabc18fabd2a1f88fa2eb |
UTF-8 | ïò§º | 1100001110101111110000111011001011000010101001111100001010111010 | c3afc3b2c2a7c2ba |
UHC | ??§º | 001111110011111110100001110101111010100010101100 | 3f3fa1d7a8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)