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 | I¯ I | 1001001001001001100100011010111110010001101000001001001001001001 | 924991af91a09249 |
SJIS-WIN | ?I?????I | 0011111101001001001111110011111100111111001111110011111101001001 | 3f493f3f3f3f3f49 |
EUC-JP | ?I?¯???I | 00111111010010010011111110001111101000101011010000111111001111110011111101001001 | 3f493f8fa2b43f3f3f49 |
UTF-8 | I¯ I | 1100001010010010010010011100001010010001110000101010111111000010100100011100001010100000110000101001001001001001 | c29249c291c2afc291c2a0c29249 |
UHC | ?I?????I | 0011111101001001001111110011111100111111001111110011111101001001 | 3f493f3f3f3f3f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)