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 | 鴫裄 | 111100001011101010001110101100001110010111100000 | f0ba8eb0e5e0 |
EUC-JP | ?鴫裄 | 0011111110111100101100101110101011100010 | 3fbcb2eae2 |
UTF-8 | 鴫裄 | 111011101000000110111001111010011011010010101011111010001010001110000100 | ee81b9e9b4abe8a384 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)