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 | 析纖贍善洩 | 10010000110011011110001110011001111001101101011010010001010100001000100101101011 | 90cde399e6d69150896b |
EUC-JP | 析纖贍善洩 | 11000000110011111110010111111001111011001101100011000001101100011011000111001100 | c0cfe5f9ecd8c1b1b1cc |
UTF-8 | 析纖贍善洩 | 111001101001111010010000111001111011101010010110111010001011010010001101111001011001011010000100111001101011010010101001 | e69e90e7ba96e8b48de59684e6b4a9 |
UHC | 析纖贍善洩 | 11100000101100001110000011101001111000001110101111100000101111001110000011011101 | e0b0e0e9e0ebe0bce0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)