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 | 釈借菷讖 | 1000111011011111100011101101100011100100110001101110011010101001 | 8edf8ed8e4c6e6a9 |
EUC-JP | 釈借菷讖 | 1011110011100001101111001101101011101000110010001110110010101011 | bce1bcdae8c8ecab |
UTF-8 | 釈借菷讖 | 111010011000011110001000111001011000000010011111111010001000111110110111111010001010111010010110 | e98788e5809fe88fb7e8ae96 |
UHC | ?借?讖 | 001111111111001110101000001111111111001111011001 | 3ff3a83ff3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)