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 | 炭束族短 | 1001001001011001100100011010100110010001101100001001001001011010 | 925991a991b0925a |
EUC-JP | 炭束族短 | 1100001110111010110000101010101111000010101100101100001110111011 | c3bac2abc2b2c3bb |
UTF-8 | 炭束族短 | 111001111000001010101101111001101001110110011111111001101001011110001111111001111001111110101101 | e782ade69d9fe6978fe79fad |
UHC | 炭束族短 | 1111011110101001111000011101011011110000111010011101001110101101 | f7a9e1d6f0e9d3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)