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 | 羆よ^粃 | 1110001110101111100000101110011010000001010011111110001011100001 | e3af82e6814fe2e1 |
EUC-JP | 羆よ^粃 | 1110011010110001101001001110100010100001101100001110010011100011 | e6b1a4e8a1b0e4e3 |
UTF-8 | 羆よ^粃 | 111001111011111010000110111000111000001010001000111011111011110010111110111001111011001010000011 | e7be86e38288efbcbee7b283 |
UHC | ?よ^粃 | 00111111101010101110100010100011110111101101110111111011 | 3faae8a3deddfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)