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 | 祭攀賓足 | 1000110111010101100111011011001110010101011011111001000110101011 | 8dd59db3956f91ab |
EUC-JP | 祭攀賓足 | 1011101011010111110110101011010111001001110100001100001010101101 | bad7dab5c9d0c2ad |
UTF-8 | 祭攀賓足 | 111001111010010110101101111001101001010010000000111010001011001110010011111010001011011010110011 | e7a5ade69480e8b393e8b6b3 |
UHC | 祭攀賓足 | 1111000010101110110110101110011111011110101110011111000011101011 | f0aedae7deb9f0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)