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 | ?貶謐貂 | 00111111111001101100100011100110100011011110011010111000 | 3fe6c8e68de6b8 |
EUC-JP | 錤貶謐貂 | 100011111110010011011111111011001100101011101011111011011110110010111010 | 8fe4dfeccaebedecba |
UTF-8 | 錤貶謐貂 | 111010011000110010100100111010001011001010110110111010001010110010010000111010001011001010000010 | e98ca4e8b2b6e8ac90e8b282 |
UHC | 錤貶謐貂 | 1101000111000101111110001011111111011010110011011111010110110000 | d1c5f8bfdacdf5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)