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 | 褶幃實 | 111001011111011110011011111010011001101110001001 | e5f79be99b89 |
EUC-JP | 褶幃實 | 111010101111100111010110111010111101010111101001 | eaf9d6ebd5e9 |
UTF-8 | 褶幃實 | 111010001010010010110110111001011011100110000011111001011010111110100110 | e8a4b6e5b983e5afa6 |
UHC | 褶?實 | 1110001110101000001111111110001111111001 | e3a83fe3f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)