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 | 蜊貞キス^ | 11100101100011011001001011100101101101111011110101011110 | e58d92e5b7bd5e |
EUC-JP | 蜊貞キス^ | 111010011110110111000100111001111000111010110111100011101011110101011110 | e9edc4e78eb78ebd5e |
UTF-8 | 蜊貞キス^ | 11101000100111001000101011101000101100101001111011101111101111011011011111101111101111011011110101011110 | e89c8ae8b29eefbdb7efbdbd5e |
UHC | ?貞??^ | 001111111110111111110110001111110011111101011110 | 3feff63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)