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 | 尺杓焦ヤコ | 1000111011011010100011101101101110001111110001011101010010111010 | 8eda8edb8fc5d4ba |
EUC-JP | 尺杓焦ヤコ | 10111100110111001011110011011101101111101100011110001110110101001000111010111010 | bcdcbcddbec78ed48eba |
UTF-8 | 尺杓焦ヤコ | 111001011011000010111010111001101001110110010011111001111000010010100110111011111011111010010100111011111011110110111010 | e5b0bae69d93e784a6efbe94efbdba |
UHC | 尺杓焦?? | 1111010010101001111110001111010111110101101001010011111100111111 | f4a9f8f5f5a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)