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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 屍?? | 10001110011100100011111100111111 | 8e723f3f |
EUC-JP | 屍?? | 10111011110100110011111100111111 | bbd33f3f |
UTF-8 | 屍멀落 | 111001011011000110001101111010111010100110000000111011111010010010011000 | e5b18deba980efa498 |
UHC | 屍멀落 | 111000111011101110111000110101101101000111100110 | e3bbb8d6d1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)