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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 醤モ曺・蛇 | 1000111111011101110100111111101011011110101001011000111011010110 | 8fddd3fadea58ed6 |
EUC-JP | 醤モ曺・蛇 | 1011111011011111100011101101001110001111110000101110110110001110101001011011110011011000 | bedf8ed38fc2ed8ea5bcd8 |
UTF-8 | 醤モ曺・蛇 | 111010011000011010100100111011111011111010010011111001101001101110111010111011111011110110100101111010001001101110000111 | e986a4efbe93e69bbaefbda5e89b87 |
UHC | ??曺?蛇 | 00111111001111111111000011000110001111111101111011101111 | 3f3ff0c63fdeef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)