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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 棚棚其綻h | 100100100100100110010010010010011001000110110100100100100101110101101000 | 9249924991b4925d68 |
EUC-JP | 棚棚其綻h | 110000111010101011000011101010101100001010110110110000111011111001101000 | c3aac3aac2b6c3be68 |
UTF-8 | 棚棚其綻h | 11100110101000111001101011100110101000111001101011100101100001011011011011100111101101101011101101101000 | e6a39ae6a39ae585b6e7b6bb68 |
UHC | 棚棚其綻h | 110111011101110011011101110111001101000011101100111101111010101001101000 | dddcdddcd0ecf7aa68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)