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 | 撓???額 | 10011101100110100011111100111111001111111000101001111010 | 9d9a3f3f3f8a7a |
EUC-JP | 撓???額 | 11011001111110100011111100111111001111111011001111011011 | d9fa3f3f3fb3db |
UTF-8 | 撓눸삳걹額 | 111001101001001010010011111010111000100010111000111011001000001010110011111010101011000110111001111010011010000110001101 | e69293eb88b8ec82b3eab1b9e9a18d |
UHC | 撓눸삳걹額 | 11101000111101011000011111001110101110111110101110000001100111011110010011111110 | e8f587cebbeb819de4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)