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 | 亦??濡??^ | 100101101001001000111111001111111001010001000111001111110011111101011110 | 96923f3f94473f3f5e |
EUC-JP | 亦??濡??^ | 110010111111001000111111001111111100011110101000001111110011111101011110 | cbf23f3fc7a83f3f5e |
UTF-8 | 亦싮썑濡뽯죻^ | 11100100101110101010011011101100100010111010111011101100100011011001000111100110101111111010000111101011101111011010111111101100101000111011101101011110 | e4baa6ec8baeec8d91e6bfa1ebbdafeca3bb5e |
UHC | 亦싮썑濡뽯죻^ | 11100110101100101001101011101001100110111000010011101011101000011001011011101011101000011001010101011110 | e6b29ae99b84eba196eba1955e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)