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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 骭乗サ会スケ | 111010011000110010001111111001101011101110001001111011111011110110111001 | e98c8fe6bb89efbdb9 |
EUC-JP | 骭乗サ会スケ | 111100011110110010111110111010001000111010111011101100101111000110001110101111011000111010111001 | f1ecbee88ebbb2f18ebd8eb9 |
UTF-8 | 骭乗サ会スケ | 111010011010101010101101111001001011100110010111111011111011110110111011111001001011110010011010111011111011110110111101111011111011110110111001 | e9aaade4b997efbdbbe4bc9aefbdbdefbdb9 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)