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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 嵓鴫釮 | 111110101011000010001110101100001111101110111110 | fab08eb0fbbe |
EUC-JP | ?鴫釮 | 001111111011110010110010100011111110001110110000 | 3fbcb28fe3b0 |
UTF-8 | 嵓鴫釮 | 111001011011010110010011111010011011010010101011111010011000011110101110 | e5b593e9b4abe987ae |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)