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 | ??Ø??? | 001111110011111111011000001111110011111100111111 | 3f3fd83f3f3f |
SJIS-WIN | 予??艤ゆ? | 100101110101110000111111001111111110010001111110100000101110010000111111 | 975c3f3fe47e82e43f |
EUC-JP | 予?Ø艤ゆ? | 1100110110111101001111111000111110101001101011001110011111011111101001001110011000111111 | cdbd3f8fa9ace7dfa4e63f |
UTF-8 | 予롫Ø艤ゆ븭 | 1110010010111010100010001110101110100001101010111100001110011000111010001000100110100100111000111000001010000110111010111011100010101101 | e4ba88eba1abc398e889a4e38286ebb8ad |
UHC | 予롫Ø艤ゆ븭 | 111001011111100010001110111010111010100010101010111010111111101010101010111001101001010110010110 | e5f88eeba8aaebfaaae69596 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)