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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 析昻秧善洩? | 1001000011001101111110101101000011100010010111101001000101010000100010010110101100111111 | 90cdfad0e25e9150896b3f |
EUC-JP | 析?秧善洩? | 11000000110011110011111111100011101111111100000110110001101100011100110000111111 | c0cf3fe3bfc1b1b1cc3f |
UTF-8 | 析昻秧善洩蟬 | 111001101001111010010000111001101001100010111011111001111010011110100111111001011001011010000100111001101011010010101001111010001001111110101100 | e69e90e698bbe7a7a7e59684e6b4a9e89fac |
UHC | 析昻秧善洩蟬 | 111000001011000011100100111010011110010011101011111000001011110011100000110111011110000011010001 | e0b0e4e9e4ebe0bce0dde0d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)