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 | 蛾?ⅹ? | 100010011110100100111111111110100100100100111111 | 89e93ffa493f |
EUC-JP | 蛾??啞 | 10110010111010110011111100111111100011111011010111100000 | b2eb3f3f8fb5e0 |
UTF-8 | 蛾썲ⅹ啞 | 111010001001101110111110111011001000110110110010111000101000010110111001111001011001010110011110 | e89bbeec8db2e285b9e5959e |
UHC | 蛾썲ⅹ啞 | 1110010010110110101111011110010110100101101010101110010010101111 | e4b6bde5a5aae4af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)