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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 奪其嘆揃短 | 10010010010001001001000110110100100100100101000110010001101101011001001001011010 | 924491b4925191b5925a |
EUC-JP | 奪其嘆揃短 | 11000011101001011100001010110110110000111011001011000010101101111100001110111011 | c3a5c2b6c3b2c2b7c3bb |
UTF-8 | 奪其嘆揃短 | 111001011010010110101010111001011000010110110110111001011001100010000110111001101000111110000011111001111001111110101101 | e5a5aae585b6e59886e68f83e79fad |
UHC | 奪其嘆?短 | 111101111010110011010000111011001111011110100011001111111101001110101101 | f7acd0ecf7a33fd3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)