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 | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | 髣奇スャV | 11101001100101111000101011101111101111011010110001010110 | e9978aefbdac56 |
EUC-JP | 髣奇スャV | 111100011111011110110100111100011000111010111101100011101010110001010110 | f1f7b4f18ebd8eac56 |
UTF-8 | 髣奇スャV | 11101001101010111010001111100101101001011000011111101111101111011011110111101111101111011010110001010110 | e9aba3e5a587efbdbdefbdac56 |
UHC | ?奇??V | 001111111101000011110100001111110011111101010110 | 3fd0f43f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)