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 | û¬¤è | 11111011101011001010010011101000 | fbaca4e8 |
SJIS-WIN | ?¬?? | 0011111110000001110010100011111100111111 | 3f81ca3f3f |
EUC-JP | û¬¤è | 1000111110101011111001011010001011001100100011111010001011110000100011111010101110110010 | 8fabe5a2cc8fa2f08fabb2 |
UTF-8 | û¬¤è | 1100001110111011110000101010110011000010101001001100001110101000 | c3bbc2acc2a4c3a8 |
UHC | ??¤? | 0011111100111111101000101011010000111111 | 3f3fa2b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)