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^ | 1111101101000111100011101010110001000100111110110100011110001110101011000100010001011110 | fb478eac44fb478eac445e |
EUC-JP | 湜汐D湜汐D^ | 10001111110001111111110010111100101011100100010010001111110001111111110010111100101011100100010001011110 | 8fc7fcbcae448fc7fcbcae445e |
UTF-8 | 湜汐D湜汐D^ | 111001101011100110011100111001101011000110010000010001001110011010111001100111001110011010110001100100000100010001011110 | e6b99ce6b19044e6b99ce6b190445e |
UHC | 湜汐D湜汐D^ | 1110001111010111111000001011000101000100111000111101011111100000101100010100010001011110 | e3d7e0b144e3d7e0b1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)