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 | 辰尊側\ | 10010010010000111001000110111000100100011010010001011100 | 924391b891a45c |
EUC-JP | 辰尊側\ | 11000011101001001100001010111010110000101010011001011100 | c3a4c2bac2a65c |
UTF-8 | 辰尊側\ | 11101000101111101011000011100101101100001000101011100101100000011011010001011100 | e8beb0e5b08ae581b45c |
UHC | 辰尊側\ | 11110010111000111111000011101110111101101011000001011100 | f2e3f0eef6b05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)