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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 竪足束達 | 1001001001000111100100011010101110010001101010011001001001000010 | 924791ab91a99242 |
EUC-JP | 竪足束達 | 1100001110101000110000101010110111000010101010111100001110100011 | c3a8c2adc2abc3a3 |
UTF-8 | 竪足束達 | 111001111010101110101010111010001011011010110011111001101001110110011111111010011000000110010100 | e7abaae8b6b3e69d9fe98194 |
UHC | 竪足束達 | 1110001010110101111100001110101111100001110101101101001110111001 | e2b5f0ebe1d6d3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)