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 | ÞËäù | 1000111111011110110010111110010011111001 | 8fdecbe4f9 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?ÞËäù | 00111111100011111010100110110000100011111010101010110011100011111010101110100011100011111010101111100011 | 3f8fa9b08faab38faba38fabe3 |
UTF-8 | ÞËäù | 11000010100011111100001110011110110000111000101111000011101001001100001110111001 | c28fc39ec38bc3a4c3b9 |
UHC | ?Þ??? | 001111111010100010101101001111110011111100111111 | 3fa8ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)