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 | 斛η? | 1001110111001101100000111100010100111111 | 9dcd83c53f |
EUC-JP | 斛η? | 1101101011001111101001101100011100111111 | dacfa6c73f |
UTF-8 | 斛η㎚ | 1110011010010110100110111100111010110111111000111000111010011010 | e6969bceb7e38e9a |
UHC | 斛η㎚ | 110011011101011110100101111001111010011110101100 | cdd7a5e7a7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)