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 | 踉簿狭孖九 | 11100110111100101001010111101011100010111011011111111010101001101000101111100011 | e6f295eb8bb7faa68be3 |
EUC-JP | 踉簿狭孖九 | 1110110011110100110010101110110110110110101110011000111110111010101111101011011011100101 | ecf4caedb6b98fbabeb6e5 |
UTF-8 | 踉簿狭孖九 | 111010001011100010001001111001111011000010111111111001111000101110101101111001011010110110010110111001001011100110011101 | e8b889e7b0bfe78bade5ad96e4b99d |
UHC | ?簿??九 | 00111111110111011010110100111111001111111100111011111010 | 3fddad3f3fcefa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)