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 | 席受楔席 | 1001000011001000100011101111001110011110101101101001000011001000 | 90c88ef39eb690c8 |
EUC-JP | 席受楔席 | 1100000011001010101111001111010111011100101110001100000011001010 | c0cabcf5dcb8c0ca |
UTF-8 | 席受楔席 | 111001011011100010101101111001011000111110010111111001101010010110010100111001011011100010101101 | e5b8ade58f97e6a594e5b8ad |
UHC | 席受楔席 | 1110000010101100111000011111010011100000110110111110000010101100 | e0ace1f4e0dbe0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)