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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 酌縞D酌縞D^ | 1000111011011110100011101100100001000100100011101101111010001110110010000100010001011110 | 8ede8ec8448ede8ec8445e |
EUC-JP | 酌縞D酌縞D^ | 1011110011100000101111001100101001000100101111001110000010111100110010100100010001011110 | bce0bcca44bce0bcca445e |
UTF-8 | 酌縞D酌縞D^ | 111010011000010110001100111001111011100010011110010001001110100110000101100011001110011110111000100111100100010001011110 | e9858ce7b89e44e9858ce7b89e445e |
UHC | 酌縞D酌縞D^ | 1110110111001100111110111101011001000100111011011100110011111011110101100100010001011110 | edccfbd644edccfbd6445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)