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 | 璋雕 | 1111000011110000111100001011100011100000111101101110100010111000 | f0f0f0b8e0f6e8b8 |
EUC-JP | ??璋雕 | 001111110011111111100000111110001111000010111010 | 3f3fe0f8f0ba |
UTF-8 | 璋雕 | 111011101000001010101111111011101000000110110111111001111001001010001011111010011001101110010101 | ee82afee81b7e7928be99b95 |
UHC | ??璋雕 | 001111110011111111101101111100001111000011100111 | 3f3fedf0f0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)