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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 吾ч?節 | 10001100111000011000010010001001001111111001000011011111 | 8ce184893f90df |
EUC-JP | 吾ч?節 | 10111000111000111010011111101001001111111100000011100001 | b8e3a7e93fc0e1 |
UTF-8 | 吾ч렉節 | 1110010110010000101111101101000110000111111010111010000010001001111001111010111110000000 | e590bed187eba089e7af80 |
UHC | 吾ч렉節 | 1110011111101110101011001110100110110111101110101110111110111101 | e7eeace9b7baefbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)