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 | 炭竪辿足 | 1001001001011001100100100100011110010010010010001001000110101011 | 92599247924891ab |
EUC-JP | 炭竪辿足 | 1100001110111010110000111010100011000011101010011100001010101101 | c3bac3a8c3a9c2ad |
UTF-8 | 炭竪辿足 | 111001111000001010101101111001111010101110101010111010001011111010111111111010001011011010110011 | e782ade7abaae8bebfe8b6b3 |
UHC | 炭竪?足 | 11110111101010011110001010110101001111111111000011101011 | f7a9e2b53ff0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)