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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 怨?怨?^ | 10001001100001010011111110001001100001010011111101011110 | 89853f89853f5e |
EUC-JP | 怨?怨?^ | 10110001111001010011111110110001111001010011111101011110 | b1e53fb1e53f5e |
UTF-8 | 怨뒷怨뒬^ | 11100110100000001010100011101011100100101011011111100110100000001010100011101011100100101010110001011110 | e680a8eb92b7e680a8eb92ac5e |
UHC | 怨뒷怨뒬^ | 111010101011001110110101110111101110101010110011101101011101110001011110 | eab3b5deeab3b5dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)