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 | 骰慯堺ソョ | 1110100110001101100111001101000110001101111001001011111110101110 | e98d9cd18de4bfae |
EUC-JP | 骰慯堺ソョ | 11110001111011011101100011010011101110101110011010001110101111111000111010101110 | f1edd8d3bae68ebf8eae |
UTF-8 | 骰慯堺ソョ | 111010011010101010110000111001101000010110101111111001011010000010111010111011111011110110111111111011111011110110101110 | e9aab0e685afe5a0baefbdbfefbdae |
UHC | ??堺?? | 001111110011111111001100111101110011111100111111 | 3f3fccf73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)