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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 諢ス貅溽汚 | 111001101000010010111101111001101011101010011111111001111000100110011000 | e684bde6ba9fe78998 |
EUC-JP | 諢ス貅溽汚 | 11101011111001001000111010111101111011001011110011011110111010011011000111111000 | ebe48ebdecbcdee9b1f8 |
UTF-8 | 諢ス貅溽汚 | 111010001010101110100010111011111011110110111101111010001011001010000101111001101011101010111101111001101011000110011010 | e8aba2efbdbde8b285e6babde6b19a |
UHC | ????汚 | 001111110011111100111111001111111110011111111101 | 3f3f3f3fe7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)