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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 宜?[宜?[^ | 100010110101100000111111010110111000101101011000001111110101101101011110 | 8b583f5b8b583f5b5e |
EUC-JP | 宜?[宜?[^ | 101101011011100100111111010110111011010110111001001111110101101101011110 | b5b93f5bb5b93f5b5e |
UTF-8 | 宜렭[宜렭[^ | 111001011010111010011100111010111010000010101101010110111110010110101110100111001110101110100000101011010101101101011110 | e5ae9ceba0ad5be5ae9ceba0ad5b5e |
UHC | 宜렭[宜렭[^ | 1110101111110001100011101011101001011011111010111111000110001110101110100101101101011110 | ebf18eba5bebf18eba5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)