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 | 尺杓焦 | 100011101101101010001110110110111000111111000101 | 8eda8edb8fc5 |
EUC-JP | 尺杓焦 | 101111001101110010111100110111011011111011000111 | bcdcbcddbec7 |
UTF-8 | 尺杓焦 | 111001011011000010111010111001101001110110010011111001111000010010100110 | e5b0bae69d93e784a6 |
UHC | 尺杓焦 | 111101001010100111111000111101011111010110100101 | f4a9f8f5f5a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)