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 | 荐ヤ侵郤 | 1110010010100110100000111000010010010000010011101110011110111010 | e4a68384904ee7ba |
EUC-JP | 荐ヤ侵郤 | 1110100010101000101001011110010010111111101011111110111010111100 | e8a8a5e4bfafeebc |
UTF-8 | 荐ヤ侵郤 | 111010001000110110010000111000111000001110100100111001001011111010110101111010011000001110100100 | e88d90e383a4e4beb5e983a4 |
UHC | ?ヤ侵? | 001111111010101111100100111101101101010100111111 | 3fabe4f6d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)