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 | óßÞ | 10010010111100111101111111011110 | 92f3dfde |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?óßÞ | 00111111100011111010101111010001100011111010100111001110100011111010100110110000 | 3f8fabd18fa9ce8fa9b0 |
UTF-8 | óßÞ | 1100001010010010110000111011001111000011100111111100001110011110 | c292c3b3c39fc39e |
UHC | ??ßÞ | 001111110011111110101001101011001010100010101101 | 3f3fa9aca8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)