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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辱??俑 | 100100000100101000111111001111111001100011011010 | 904a3f3f98da |
EUC-JP | 辱??俑 | 101111111010101100111111001111111101000011011100 | bfab3f3fd0dc |
UTF-8 | 辱녻눎俑 | 111010001011111010110001111010111000010110111011111010111000100010001110111001001011111110010001 | e8beb1eb85bbeb888ee4bf91 |
UHC | 辱녻눎俑 | 1110100110110100100001101110100010000111101010101110100110110101 | e9b486e887aae9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)