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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 酌爾璽漆 | 10001110110111101000111010100010100011101010001111110010101011001000111010111101 | 8ede8ea28ea3f2ac8ebd |
EUC-JP | 酌爾璽?漆 | 101111001110000010111100101001001011110010100101001111111011110010111111 | bce0bca4bca53fbcbf |
UTF-8 | 酌爾璽漆 | 111010011000010110001100111001111000100010111110111001111001001010111101111011101000011110100011111001101011110010000110 | e9858ce788bee792bdee87a3e6bc86 |
UHC | 酌爾璽?漆 | 111011011100110011101100101100111101111111011110001111111111011011010100 | edccecb3dfde3ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)