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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 萍レソ\ | 1110010011001010110110101011111101011100 | e4cadabf5c |
EUC-JP | 萍レソ\ | 11101000110011001000111011011010100011101011111101011100 | e8cc8eda8ebf5c |
UTF-8 | 萍レソ\ | 11101000100100001000110111101111101111101001101011101111101111011011111101011100 | e8908defbe9aefbdbf5c |
UHC | 萍??\ | 1111100011000011001111110011111101011100 | f8c33f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)