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 | ??Px | 00111111001111110101000001111000 | 3f3f5078 |
SJIS-WIN | 蜿ゥPx | 1110010110001111101010010101000001111000 | e58fa95078 |
EUC-JP | 蜿ゥPx | 111010011110111110001110101010010101000001111000 | e9ef8ea95078 |
UTF-8 | 蜿ゥPx | 1110100010011100101111111110111110111101101010010101000001111000 | e89cbfefbda95078 |
UHC | ??Px | 00111111001111110101000001111000 | 3f3f5078 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)