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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 芷??? | 100011111101011111001001001111110011111100111111 | 8fd7c93f3f3f |
UTF-8 | 芷累커뤗 | 111010001000101010110111111011111010010110001111111011001011101110100100111010111010010010010111 | e88ab7efa58fecbba4eba497 |
UHC | 芷累커뤗 | 1111001010111010110100101110100111000100101111111000111111000111 | f2bad2e9c4bf8fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)