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 | 甕??櫻 | 111000010101000000111111001111111001111101001110 | e1503f3f9f4e |
EUC-JP | 甕??櫻 | 111000011011000100111111001111111101110110101111 | e1b13f3fddaf |
UTF-8 | 甕겸댌櫻 | 111001111001010010010101111010101011001010111000111010111000110010001100111001101010101110111011 | e79495eab2b8eb8c8ce6abbb |
UHC | 甕겸댌櫻 | 1110100010111000101100001110001010001000101101011110010110100001 | e8b8b0e288b5e5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)