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 | メメ^ | 1111001111110010110100101111011001111101111100111111001011010010111101100111101101011110 | f3f2d2f67df3f2d2f67b5e |
EUC-JP | ?メ??メ?^ | 001111111000111011010010001111110011111110001110110100100011111101011110 | 3f8ed23f3f8ed23f5e |
UTF-8 | メメ^ | 11101110100010111010010111101111101111101001001011101110100100101010010111101110100010111010010111101111101111101001001011101110100100101010001101011110 | ee8ba5efbe92ee92a5ee8ba5efbe92ee92a35e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)