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 | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-WIN | 蜊堤くy | 11100101100011011001001011100111100000101010110101111001 | e58d92e782ad79 |
EUC-JP | 蜊堤くy | 11101001111011011100010011101001101001001010111101111001 | e9edc4e9a4af79 |
UTF-8 | 蜊堤くy | 11101000100111001000101011100101101000001010010011100011100000011000111101111001 | e89c8ae5a0a4e3818f79 |
UHC | ?堤くy | 001111111111000010100111101010101010111101111001 | 3ff0a7aaaf79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)