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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 諷ォ\ | 11100110100001011010101101011100 | e685ab5c |
EUC-JP | 諷ォ\ | 1110101111100101100011101010101101011100 | ebe58eab5c |
UTF-8 | 諷ォ\ | 11101000101010111011011111101111101111011010101101011100 | e8abb7efbdab5c |
UHC | 諷?\ | 11111001101001000011111101011100 | f9a43f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)