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 | ???毅? | 001111110011111100111111100010110100001000111111 | 3f3f3f8b423f |
EUC-JP | ???毅? | 001111110011111100111111101101011010001100111111 | 3f3f3fb5a33f |
UTF-8 | 嶺뚮뿭毅볞 | 111011111010011010101011111010111001101010101110111010111011111110101101111001101010111110000101111010111011001110011110 | efa6abeb9aaeebbfade6af85ebb39e |
UHC | 嶺뚮뿭毅볞 | 11100111101011011000110011101011100101111010110111101011111101101001001111100100 | e7ad8ceb97adebf693e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)