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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 尺杓焦ヤキ | 1000111011011010100011101101101110001111110001011101010010110111 | 8eda8edb8fc5d4b7 |
EUC-JP | 尺杓焦ヤキ | 10111100110111001011110011011101101111101100011110001110110101001000111010110111 | bcdcbcddbec78ed48eb7 |
UTF-8 | 尺杓焦ヤキ | 111001011011000010111010111001101001110110010011111001111000010010100110111011111011111010010100111011111011110110110111 | e5b0bae69d93e784a6efbe94efbdb7 |
UHC | 尺杓焦?? | 1111010010101001111110001111010111110101101001010011111100111111 | f4a9f8f5f5a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)