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 | 隴ャ骰句它 | 111010001010110110101100111010011000110110001011111001011001101110000000 | e8adace98d8be59b80 |
EUC-JP | 隴ャ骰句它 | 11110000101011111000111010101100111100011110110110110110111001111101010111100000 | f0af8eacf1edb6e7d5e0 |
UTF-8 | 隴ャ骰句它 | 111010011001101010110100111011111011110110101100111010011010101010110000111001011000111110100101111001011010111010000011 | e99ab4efbdace9aab0e58fa5e5ae83 |
UHC | ???句? | 001111110011111100111111110011111010001100111111 | 3f3f3fcfa33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)