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 | 祭攀賓悠 | 1000110111010101100111011011001110010101011011111001011101001001 | 8dd59db3956f9749 |
EUC-JP | 祭攀賓悠 | 1011101011010111110110101011010111001001110100001100110110101010 | bad7dab5c9d0cdaa |
UTF-8 | 祭攀賓悠 | 111001111010010110101101111001101001010010000000111010001011001110010011111001101000001010100000 | e7a5ade69480e8b393e682a0 |
UHC | 祭攀賓悠 | 1111000010101110110110101110011111011110101110011110101011101101 | f0aedae7deb9eaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)