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 | 析昻秧善洩 | 10010000110011011111101011010000111000100101111010010001010100001000100101101011 | 90cdfad0e25e9150896b |
EUC-JP | 析?秧善洩 | 110000001100111100111111111000111011111111000001101100011011000111001100 | c0cf3fe3bfc1b1b1cc |
UTF-8 | 析昻秧善洩 | 111001101001111010010000111001101001100010111011111001111010011110100111111001011001011010000100111001101011010010101001 | e69e90e698bbe7a7a7e59684e6b4a9 |
UHC | 析昻秧善洩 | 11100000101100001110010011101001111001001110101111100000101111001110000011011101 | e0b0e4e9e4ebe0bce0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)