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 | 竺鰲 | 111100011111101010001110101100011110100111100000 | f1fa8eb1e9e0 |
EUC-JP | ?竺鰲 | 0011111110111100101100111111001011100010 | 3fbcb3f2e2 |
UTF-8 | 竺鰲 | 111011101000010110110101111001111010101110111010111010011011000010110010 | ee85b5e7abbae9b0b2 |
UHC | ?竺鰲 | 0011111111110101111001111110100010100111 | 3ff5e7e8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)