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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辿速属竪賊蔵 | 100100100100100010010001101011001001000110101110100100100100011110010001101011111001000110100000 | 924891ac91ae924791af91a0 |
EUC-JP | 辿速属竪賊蔵 | 110000111010100111000010101011101100001010110000110000111010100011000010101100011100001010100010 | c3a9c2aec2b0c3a8c2b1c2a2 |
UTF-8 | 辿速属竪賊蔵 | 111010001011111010111111111010011000000010011111111001011011000110011110111001111010101110101010111010001011001110001010111010001001010010110101 | e8bebfe9809fe5b19ee7abaae8b38ae894b5 |
UHC | ?速?竪賊? | 001111111110000111011100001111111110001010110101111011101110010000111111 | 3fe1dc3fe2b5eee43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)