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 | ?????[ | 001111110011111100111111001111110011111101011011 | 3f3f3f3f3f5b |
SJIS-WIN | 愛?崖ュ?[ | 100010001010010000111111100010100101001010000011100001010011111101011011 | 88a43f8a5283853f5b |
EUC-JP | 愛?崖ュ?[ | 101100001010011000111111101100111011001110100101111001010011111101011011 | b0a63fb3b3a5e53f5b |
UTF-8 | 愛튏崖ュ뵺[ | 11100110100001001001101111101101100010101000111111100101101101001001011011100011100000111010010111101011101101011011101001011011 | e6849bed8a8fe5b496e383a5ebb5ba5b |
UHC | 愛튏崖ュ뵺[ | 1110010011110001101110100100001111100100111100001010101111100101100101001011100001011011 | e4f1ba43e4f0abe594b85b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)