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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??俟??B | 00111111001111111001100011010110001111110011111101000010 | 3f3f98d63f3f42 |
EUC-JP | ??俟??B | 00111111001111111101000011011000001111110011111101000010 | 3f3fd0d83f3f42 |
UTF-8 | 뤫퉈俟쯩┍B | 11101011101001001010101111101101100010011000100011100100101111111001111111101100101011111010100111100010100101001000110101000010 | eba4abed8988e4bf9fecafa9e2948d42 |
UHC | 뤫퉈俟쯩┍B | 1000111111011001110001011111110111011110110001101100001011101101101001101100100001000010 | 8fd9c5fddec6c2eda6c842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)