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 | 鴣鹿煜湿 | 1110100111110011100011101010110111111011010101011000111010111100 | e9f38eadfb558ebc |
EUC-JP | 鴣鹿煜湿 | 111100101111010110111100101011111000111111001001111111001011110010111110 | f2f5bcaf8fc9fcbcbe |
UTF-8 | 鴣鹿煜湿 | 111010011011010010100011111010011011100110111111111001111000010110011100111001101011100110111111 | e9b4a3e9b9bfe7859ce6b9bf |
UHC | ?鹿煜? | 001111111101011011100011111010011111001000111111 | 3fd6e3e9f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)