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 | 隕ロモ | 1111001011000000111010001010011011011011110100111111001111110010 | f2c0e8a6dbd3f3f2 |
EUC-JP | ?隕ロモ? | 0011111111110000101010001000111011011011100011101101001100111111 | 3ff0a88edb8ed33f |
UTF-8 | 隕ロモ | 111011101000011110110111111010011001101010010101111011111011111010011011111011111011111010010011111011101000101110100101 | ee87b7e99a95efbe9befbe93ee8ba5 |
UHC | ?隕??? | 001111111110101010100010001111110011111100111111 | 3feaa23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)