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 | 尺杓焦ユ | 10001110110110101000111011011011100011111100010111010101 | 8eda8edb8fc5d5 |
EUC-JP | 尺杓焦ユ | 1011110011011100101111001101110110111110110001111000111011010101 | bcdcbcddbec78ed5 |
UTF-8 | 尺杓焦ユ | 111001011011000010111010111001101001110110010011111001111000010010100110111011111011111010010101 | e5b0bae69d93e784a6efbe95 |
UHC | 尺杓焦? | 11110100101010011111100011110101111101011010010100111111 | f4a9f8f5f5a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)