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 | 髣穂サ呻ス | 1110100110010111100101011110010010111011100110011110111110111101 | e99795e4bb99efbd |
EUC-JP | 髣穂サ呻ス | 11110001111101111100101011100110100011101011101111010010111100011000111010111101 | f1f7cae68ebbd2f18ebd |
UTF-8 | 髣穂サ呻ス | 111010011010101110100011111001111010100110000010111011111011110110111011111001011001000110111011111011111011110110111101 | e9aba3e7a982efbdbbe591bbefbdbd |
UHC | ???呻? | 001111110011111100111111111000111110001000111111 | 3f3f3fe3e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)