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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 第篩? | 1001000111100110111000101011111100111111 | 91e6e2bf3f |
EUC-JP | 第篩? | 1100001011101000111001001100000100111111 | c2e8e4c13f |
UTF-8 | 第篩鍊 | 111001111010110010101100111001111010111110101001111010011000110110001010 | e7acace7afa9e98d8a |
UHC | 第篩鍊 | 111100001010111111011110111010001101011010101000 | f0afdee8d6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)