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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蹂ヨ?酉 | 11100110111110001000001110001000001111111001001111010001 | e6f883883f93d1 |
EUC-JP | 蹂ヨ?酉 | 11101100111110101010010111101000001111111100011011010011 | ecfaa5e83fc6d3 |
UTF-8 | 蹂ヨ뙮酉 | 111010001011100110000010111000111000001110101000111010111001100110101110111010011000010110001001 | e8b982e383a8eb99aee98589 |
UHC | 蹂ヨ뙮酉 | 1110101110110011101010111110100010001100101100011110101110110111 | ebb3abe88cb1ebb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)