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 | 尺杓爵 | 100011101101101010001110110110111000111011011101 | 8eda8edb8edd |
EUC-JP | 尺杓爵 | 101111001101110010111100110111011011110011011111 | bcdcbcddbcdf |
UTF-8 | 尺杓爵 | 111001011011000010111010111001101001110110010011111001111000100010110101 | e5b0bae69d93e788b5 |
UHC | 尺杓爵 | 111101001010100111111000111101011110110111001001 | f4a9f8f5edc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)