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 | ??w??w^ | 00111111001111110111011100111111001111110111011101011110 | 3f3f773f3f775e |
SJIS-WIN | ?喇w?喇w^ | 001111111001101001101000011101110011111110011010011010000111011101011110 | 3f9a68773f9a68775e |
EUC-JP | ?喇w?喇w^ | 001111111101001111001001011101110011111111010011110010010111011101011110 | 3fd3c9773fd3c9775e |
UTF-8 | 뫄喇w뫄喇w^ | 111010111010101110000100111001011001011010000111011101111110101110101011100001001110010110010110100001110111011101011110 | ebab84e5968777ebab84e59687775e |
UHC | 뫄喇w뫄喇w^ | 1011100011111010110101001111101001110111101110001111101011010100111110100111011101011110 | b8fad4fa77b8fad4fa775e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)