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 | 邪鴫糺 | 100011101101011110001110101100001110001011111011 | 8ed78eb0e2fb |
EUC-JP | 邪鴫糺 | 101111001101100110111100101100101110010011111101 | bcd9bcb2e4fd |
UTF-8 | 邪鴫糺 | 111010011000001010101010111010011011010010101011111001111011001110111010 | e982aae9b4abe7b3ba |
UHC | 邪?? | 11011110111101110011111100111111 | def73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)