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 | 筝ェ裘鵤 | 11100010101101101010101011100101111000101110101001000010 | e2b6aae5e2ea42 |
EUC-JP | 筝ェ裘鵤 | 1110010010111000100011101010101011101010111001001111001110100011 | e4b88eaaeae4f3a3 |
UTF-8 | 筝ェ裘鵤 | 111001111010110110011101111011111011110110101010111010001010001110011000111010011011010110100100 | e7ad9defbdaae8a398e9b5a4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)