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 | 逝???? | 100100001100000000111111001111110011111100111111 | 90c03f3f3f3f |
EUC-JP | 逝???? | 110000001100001000111111001111110011111100111111 | c0c23f3f3f3f |
UTF-8 | 逝렋렖렋롉 | 111010011000000010011101111010111010000010001011111010111010000010010110111010111010000010001011111010111010000110001001 | e9809deba08beba096eba08beba189 |
UHC | 逝렋렖렋롉 | 11100000101001101000111010100010100011101010101110001110101000101000111011001111 | e0a68ea28eab8ea28ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)