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 | LßÞ | 10010101010011001101111111011110 | 954cdfde |
SJIS-WIN | ?L?? | 00111111010011000011111100111111 | 3f4c3f3f |
EUC-JP | ?LßÞ | 0011111101001100100011111010100111001110100011111010100110110000 | 3f4c8fa9ce8fa9b0 |
UTF-8 | LßÞ | 11000010100101010100110011000011100111111100001110011110 | c2954cc39fc39e |
UHC | ?LßÞ | 001111110100110010101001101011001010100010101101 | 3f4ca9aca8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)