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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 奪属蔵Y | 10010010010001001001000110101110100100011010000001011001 | 924491ae91a059 |
EUC-JP | 奪属蔵Y | 11000011101001011100001010110000110000101010001001011001 | c3a5c2b0c2a259 |
UTF-8 | 奪属蔵Y | 11100101101001011010101011100101101100011001111011101000100101001011010101011001 | e5a5aae5b19ee894b559 |
UHC | 奪??Y | 1111011110101100001111110011111101011001 | f7ac3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)