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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 絶??鳶??^ | 100100001110001000111111001111111001001111001110001111110011111101011110 | 90e23f3f93ce3f3f5e |
EUC-JP | 絶??鳶??^ | 110000001110010000111111001111111100011011010000001111110011111101011110 | c0e43f3fc6d03f3f5e |
UTF-8 | 絶딉스鳶롦즽^ | 11100111101101011011011011101011100101001000100111101100100010101010010011101001101100111011011011101011101000011010011011101100101001101011110101011110 | e7b5b6eb9489ec8aa4e9b3b6eba1a6eca6bd5e |
UHC | 絶딉스鳶롦즽^ | 11101111101111101000101011101111101111011011101011100110111010011000111011100110101000111000111101011110 | efbe8aefbdbae6e98ee6a38f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)