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 | 析昻先善洩 | 10010000110011011111101011010000100100001110011010010001010100001000100101101011 | 90cdfad090e69150896b |
EUC-JP | 析?先善洩 | 110000001100111100111111110000001110100011000001101100011011000111001100 | c0cf3fc0e8c1b1b1cc |
UTF-8 | 析昻先善洩 | 111001101001111010010000111001101001100010111011111001011000010110001000111001011001011010000100111001101011010010101001 | e69e90e698bbe58588e59684e6b4a9 |
UHC | 析昻先善洩 | 11100000101100001110010011101001111000001011101111100000101111001110000011011101 | e0b0e4e9e0bbe0bce0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)