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 | 脱揃束谷足 | 10010010010001011001000110110101100100011010100110010010010010101001000110101011 | 924591b591a9924a91ab |
EUC-JP | 脱揃束谷足 | 11000011101001101100001010110111110000101010101111000011101010111100001010101101 | c3a6c2b7c2abc3abc2ad |
UTF-8 | 脱揃束谷足 | 111010001000010010110001111001101000111110000011111001101001110110011111111010001011000010110111111010001011011010110011 | e884b1e68f83e69d9fe8b0b7e8b6b3 |
UHC | ??束谷足 | 0011111100111111111000011101011011001101110110111111000011101011 | 3f3fe1d6cddbf0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)