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 | 霖リッ | 11101000110000011101100010101111 | e8c1d8af |
EUC-JP | 霖リッ | 111100001100001110001110110110001000111010101111 | f0c38ed88eaf |
UTF-8 | 霖リッ | 111010011001110010010110111011111011111010011000111011111011110110101111 | e99c96efbe98efbdaf |
UHC | 霖?? | 11010111111111010011111100111111 | d7fd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)