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 | ーケ釈汐 | 101100001011100110001110110111111000111010101100 | b0b98edf8eac |
EUC-JP | ーケ釈汐 | 1000111010110000100011101011100110111100111000011011110010101110 | 8eb08eb9bce1bcae |
UTF-8 | ーケ釈汐 | 111011111011110110110000111011111011110110111001111010011000011110001000111001101011000110010000 | efbdb0efbdb9e98788e6b190 |
UHC | ???汐 | 0011111100111111001111111110000010110001 | 3f3f3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)