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 | 11101000111101011000101011101111101111011010110001010110 | e8f58aefbdac56 |
EUC-JP | 頷奇スャV | 111100001111011110110100111100011000111010111101100011101010110001010110 | f0f7b4f18ebd8eac56 |
UTF-8 | 頷奇スャV | 11101001101000001011011111100101101001011000011111101111101111011011110111101111101111011010110001010110 | e9a0b7e5a587efbdbdefbdac56 |
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)