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^ | 100110101110000100111111010001001001101011100001001111110100010001011110 | 9ae13f449ae13f445e |
EUC-JP | 壯?D壯?D^ | 110101001110001100111111010001001101010011100011001111110100010001011110 | d4e33f44d4e33f445e |
UTF-8 | 壯렱D壯렱D^ | 111001011010001110101111111010111010000010110001010001001110010110100011101011111110101110100000101100010100010001011110 | e5a3afeba0b144e5a3afeba0b1445e |
UHC | 壯렱D壯렱D^ | 1110110111100000100011101011111001000100111011011110000010001110101111100100010001011110 | ede08ebe44ede08ebe445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)