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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 音х?音х?^ | 1000100110111001100001001000011100111111100010011011100110000100100001110011111101011110 | 89b984873f89b984873f5e |
EUC-JP | 音х?音х?^ | 1011001010111011101001111110011100111111101100101011101110100111111001110011111101011110 | b2bba7e73fb2bba7e73f5e |
UTF-8 | 音х뜽音х뜽^ | 1110100110011111101100111101000110000101111010111001110010111101111010011001111110110011110100011000010111101011100111001011110101011110 | e99fb3d185eb9cbde99fb3d185eb9cbd5e |
UHC | 音х뜽音х뜽^ | 11101011111001011010110011100111100011011011100011101011111001011010110011100111100011011011100001011110 | ebe5ace78db8ebe5ace78db85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)