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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 単短其辿賊 | 10010010010100001001001001011010100100011011010010010010010010001001000110101111 | 9250925a91b4924891af |
EUC-JP | 単短其辿賊 | 11000011101100011100001110111011110000101011011011000011101010011100001010110001 | c3b1c3bbc2b6c3a9c2b1 |
UTF-8 | 単短其辿賊 | 111001011000110110011000111001111001111110101101111001011000010110110110111010001011111010111111111010001011001110001010 | e58d98e79fade585b6e8bebfe8b38a |
UHC | ?短其?賊 | 0011111111010011101011011101000011101100001111111110111011100100 | 3fd3add0ec3feee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)