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 | 隴エ竏ャ蟆 | 1110100010101101101101001110001010001000101011001110010110110000 | e8adb4e288ace5b0 |
EUC-JP | 隴エ竏ャ蟆 | 11110000101011111000111010110100111000111110100010001110101011001110101010110010 | f0af8eb4e3e88eaceab2 |
UTF-8 | 隴エ竏ャ蟆 | 111010011001101010110100111011111011110110110100111001111010101110001111111011111011110110101100111010001001111110000110 | e99ab4efbdb4e7ab8fefbdace89f86 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)