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 | 聳′輯螳 | 1110001111011110100000011000110010001111010100111110010110101110 | e3de818c8f53e5ae |
EUC-JP | 聳′輯螳 | 1110011011100000101000011110110010111101101101001110101010110000 | e6e0a1ecbdb4eab0 |
UTF-8 | 聳′輯螳 | 111010001000000110110011111000101000000010110010111010001011110010101111111010001001111010110011 | e881b3e280b2e8bcafe89eb3 |
UHC | 聳′輯螳 | 1110100111000110101000011100011111110010111111101101001111011001 | e9c6a1c7f2fed3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)