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 | 巽賊促但 | 1001001001000110100100011010111110010001101000111001001001000001 | 924691af91a39241 |
EUC-JP | 巽賊促但 | 1100001110100111110000101011000111000010101001011100001110100010 | c3a7c2b1c2a5c3a2 |
UTF-8 | 巽賊促但 | 111001011011011110111101111010001011001110001010111001001011111110000011111001001011110110000110 | e5b7bde8b38ae4bf83e4bd86 |
UHC | 巽賊促但 | 1110000111011110111011101110010011110101101101011101001110100011 | e1deeee4f5b5d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)